summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt
diff options
context:
space:
mode:
authorCarolyn MacLeod <Carolyn_MacLeod@ca.ibm.com>2011-09-24 16:17:19 -0400
committerCarolyn MacLeod <Carolyn_MacLeod@ca.ibm.com>2011-09-24 16:17:19 -0400
commitf715a499c73b3924b5e7806beb25b80c7c1fed21 (patch)
tree3c9c7408b42a54c3d44cb187cfc9f820df9bf1f7 /bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt
parent8d66c54f1806e5f4886545c525b731676efd0ad4 (diff)
downloadeclipse.platform.swt-f715a499c73b3924b5e7806beb25b80c7c1fed21.tar.gz
eclipse.platform.swt-f715a499c73b3924b5e7806beb25b80c7c1fed21.tar.xz
eclipse.platform.swt-f715a499c73b3924b5e7806beb25b80c7c1fed21.zip
Bug 35890 - [Fonts] Font dialog should not show colour field
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt')
-rw-r--r--[-rwxr-xr-x]bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/FontDialog.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/FontDialog.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/FontDialog.java
index fa241d3442..6091a606db 100755..100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/FontDialog.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/FontDialog.java
@@ -93,6 +93,8 @@ public FontDialog (Shell parent, int style) {
*
* @return <code>true</code> if the dialog's effects selection controls
* are visible and <code>false</code> otherwise
+ *
+ * @since 3.8
*/
public boolean getEffectsVisible () {
return effectsVisible;
@@ -305,6 +307,8 @@ public FontData open () {
* </p>
*
* @param visible whether or not the dialog will show the effects selection controls
+ *
+ * @since 3.8
*/
public void setEffectsVisible(boolean visible) {
effectsVisible = visible;