File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,6 @@ property_list! (PropertyValueWithGlobal, {
183
183
0xe2 WxScrollbarY : ScrollbarType as Initial default Scrollbar :: Auto ;
184
184
0xe3 WxScrollbarYColor : ColorType as Initial default Color :: Undefined ;
185
185
0xe4 WxContain : ContainType as Initial default Contain :: None ;
186
- 0xe5 WxPaintingPixelRatio : NumberType as Initial default Number :: F32 ( 1. ) ;
187
186
188
187
0xfa CustomProperty : CustomPropertyType as Initial default CustomProperty :: None ;
189
188
// considering bincode performance, the max value should be 0xfa
@@ -1326,7 +1325,6 @@ property_value_format! (PropertyValueWithGlobal, {
1326
1325
_wx_scrollbar_color: { { ( WxScrollbarXColor , WxScrollbarYColor )
1327
1326
= <color_repr>{ 1 , 2 } -> split_hv
1328
1327
} } ;
1329
- _wx_painting_pixel_ratio: { { WxPaintingPixelRatio = <number> } } ;
1330
1328
_wx_line_clamp: { { WxLineClamp = <number> } } ;
1331
1329
_wx_contain: { { WxContain
1332
1330
= "none" => ContainType :: None
You can’t perform that action at this time.
0 commit comments