Skip to content

Commit 8c73a4a

Browse files
committed
Hide "nativeZoom" property for SWT widgets #1310
This is an internal, Windows-specific property that is dynamically updated on runtime. It should not be accessible in the editor. Closes #1310
1 parent 8b36aa1 commit 8c73a4a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3dceec913a79007bd87e4c4b2ff80a54
1+
11b068c680403fab3030228ec9ef912f

org.eclipse.wb.rcp/wbp-meta/org/eclipse/swt/widgets/Widget.wbp-component.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
<exclude package="org.eclipse.swt.custom"/>
1919
<exclude package="org.eclipse.ui.forms.widgets"/>
2020
</exposing-rules>
21+
<!-- PROPERTIES -->
22+
<properties-hidden names="nativeZoom"/>
2123
<!-- PARAMETERS -->
2224
<parameters>
2325
<parameter name="XWT.hasModel">true</parameter>

0 commit comments

Comments
 (0)