summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/FontDialog.java
diff options
context:
space:
mode:
authorSteve Northover <steve>2008-04-29 13:12:07 +0000
committerSteve Northover <steve>2008-04-29 13:12:07 +0000
commite3f23e51065064b5dbb94aa2a4e69579bd0c7456 (patch)
tree35a87b4c37bc73336025318be39fdbf3ea597f26 /bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/FontDialog.java
parent0eda7fbf5323bb121bd80e5f8306ad9ade968bcf (diff)
downloadeclipse.platform.swt-e3f23e51065064b5dbb94aa2a4e69579bd0c7456.tar.gz
eclipse.platform.swt-e3f23e51065064b5dbb94aa2a4e69579bd0c7456.tar.xz
eclipse.platform.swt-e3f23e51065064b5dbb94aa2a4e69579bd0c7456.zip
check bits for RTL and APPLICATION_MODAL
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/FontDialog.java')
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/FontDialog.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/FontDialog.java b/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/FontDialog.java
index bb59bd64c4..37dbb7093c 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/FontDialog.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/FontDialog.java
@@ -74,7 +74,7 @@ public FontDialog (Shell parent) {
* </ul>
*/
public FontDialog (Shell parent, int style) {
- super (parent, style);
+ super (parent, checkStyle (parent, style));
checkSubclass ();
}
/**