diff options
author | Markus Keller | 2015-11-02 18:10:50 +0000 |
---|---|---|
committer | Markus Keller | 2015-11-02 18:10:50 +0000 |
commit | 74d0b2897d95b95c894c6d09eed10a5319495058 (patch) | |
tree | 4ab14ea2f4f76db52750190eba4f38718b8889e8 /bundles/org.eclipse.swt/Eclipse SWT AWT | |
parent | 7082dd9c9ab28760ad0148f50b8dd66bdb6622f7 (diff) | |
download | eclipse.platform.swt-74d0b2897d95b95c894c6d09eed10a5319495058.tar.gz eclipse.platform.swt-74d0b2897d95b95c894c6d09eed10a5319495058.tar.xz eclipse.platform.swt-74d0b2897d95b95c894c6d09eed10a5319495058.zip |
Bug 462633: Enable save actions for annotations
Added missing @Override/@Deprecated in win32
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT AWT')
-rw-r--r-- | bundles/org.eclipse.swt/Eclipse SWT AWT/win32/org/eclipse/swt/awt/SWT_AWT.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT AWT/win32/org/eclipse/swt/awt/SWT_AWT.java b/bundles/org.eclipse.swt/Eclipse SWT AWT/win32/org/eclipse/swt/awt/SWT_AWT.java index 70b1dd2bca..38ab9594f3 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT AWT/win32/org/eclipse/swt/awt/SWT_AWT.java +++ b/bundles/org.eclipse.swt/Eclipse SWT AWT/win32/org/eclipse/swt/awt/SWT_AWT.java @@ -371,6 +371,7 @@ public static Shell new_Shell (final Display display, final Canvas parent) { final Shell shell = Shell.win32_new (display, handle); final ComponentListener listener = new ComponentAdapter () { + @Override public void componentResized (ComponentEvent e) { display.syncExec (new Runnable () { public void run () { |