Commit 3ccbe91
[Win32] Fix default value for autoscale disablement propagation
Autoscale disablement at the level of individual controls was recently
made public API. With that change, the previous activation of that
feature via hidden data fields on the controls was wrapped into a proper
object-oriented representation. Previously, when not having the data
field for propagation of autoscale disablement to children set, it was
assumed to be activated by default. With the recent change, the default
was accidentally changed, so that propagation to children is deactivated
by default.
To preserve backward compatibility, this change restores the original
behavior of propagating autoscale disablement to children in case the
according data value is not set.1 parent 9751497 commit 3ccbe91
File tree
1 file changed
+1
-1
lines changed- bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1311 | 1311 | | |
1312 | 1312 | | |
1313 | 1313 | | |
1314 | | - | |
| 1314 | + | |
1315 | 1315 | | |
1316 | 1316 | | |
1317 | 1317 | | |
| |||
0 commit comments