summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Group.java
diff options
context:
space:
mode:
authorBilly Biggs <bbiggs>2005-06-03 19:53:09 +0000
committerBilly Biggs <bbiggs>2005-06-03 19:53:09 +0000
commit4767c795dd92f6ce367534533475f8306a7aee87 (patch)
tree52f9668e2b67324d9662f7e373e08721501de2f3 /bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Group.java
parentda65189c050939c2c0723e3578a9ba89981cf786 (diff)
downloadeclipse.platform.swt-4767c795dd92f6ce367534533475f8306a7aee87.tar.gz
eclipse.platform.swt-4767c795dd92f6ce367534533475f8306a7aee87.tar.xz
eclipse.platform.swt-4767c795dd92f6ce367534533475f8306a7aee87.zip
97697 - reverted the change made for bug 71237
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Group.java')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Group.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Group.java b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Group.java
index 5c31e883ae..008896aa2c 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Group.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Group.java
@@ -127,7 +127,6 @@ void createHandle(int index) {
OS.gtk_object_sink (labelHandle);
clientHandle = OS.g_object_new (display.gtk_fixed_get_type (), 0);
if (clientHandle == 0) error (SWT.ERROR_NO_HANDLES);
- OS.gtk_fixed_set_has_window (clientHandle, true);
OS.gtk_container_add (fixedHandle, handle);
OS.gtk_container_add (handle, clientHandle);
if ((style & SWT.SHADOW_IN) != 0) {