theanuradha / visual-library-fx

NetBeans Visual Library JavaFX port
10 stars 1 forks source link

Clipping Not working on Widgets #1

Open theanuradha opened 7 years ago

theanuradha commented 7 years ago

. when Clipping enable it tigger renderer issue on widgets when move close to x=0,y=0 locations zone

https://github.com/theanuradha/VisualLibraryFX/blob/master/org-netbeans-api-visualfx/src/main/java/org/netbeans/api/visual/widget/Widget.java#L1141

theanuradha commented 7 years ago

this affects CardLayout as well

added temp method _setCheckClippingInternal to force set Clipping on Widgets

theanuradha commented 7 years ago

https://github.com/theanuradha/visual-library-fx/commit/9fb891ca730897e0ffcae476e71b8b7b901d2b60#diff-39da512cf8b98c99e9f67d1f70863d13R1570