Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 339737
Collapse All | Expand All

(-)src/org/eclipse/e4/ui/workbench/addons/minmax/MinMaxAddon.java (+7 lines)
Lines 166-171 Link Here
166
					ctf.setMaximized(isMax);
166
					ctf.setMaximized(isMax);
167
				}
167
				}
168
			}
168
			}
169
170
			final Shell winShell = (Shell) modelService.getTopLevelWindowFor(ps).getWidget();
171
			winShell.getDisplay().asyncExec(new Runnable() {
172
				public void run() {
173
					winShell.layout(true, true);
174
				}
175
			});
169
		}
176
		}
170
	};
177
	};
171
178

Return to bug 339737