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, {
183183 0xe2 WxScrollbarY : ScrollbarType as Initial default Scrollbar :: Auto ;
184184 0xe3 WxScrollbarYColor : ColorType as Initial default Color :: Undefined ;
185185 0xe4 WxContain : ContainType as Initial default Contain :: None ;
186- 0xe5 WxPaintingPixelRatio : NumberType as Initial default Number :: F32 ( 1. ) ;
187186
188187 0xfa CustomProperty : CustomPropertyType as Initial default CustomProperty :: None ;
189188 // considering bincode performance, the max value should be 0xfa
@@ -1326,7 +1325,6 @@ property_value_format! (PropertyValueWithGlobal, {
13261325 _wx_scrollbar_color: { { ( WxScrollbarXColor , WxScrollbarYColor )
13271326 = <color_repr>{ 1 , 2 } -> split_hv
13281327 } } ;
1329- _wx_painting_pixel_ratio: { { WxPaintingPixelRatio = <number> } } ;
13301328 _wx_line_clamp: { { WxLineClamp = <number> } } ;
13311329 _wx_contain: { { WxContain
13321330 = "none" => ContainType :: None
You can’t perform that action at this time.
0 commit comments