hopefully this compiz workaround is not needed anymore

This commit is contained in:
Anton Keks 2012-12-13 22:57:03 +02:00
parent 2488a7aafc
commit 2cb8cfc93b

View File

@ -75,12 +75,7 @@ public class MainWindow {
if (guiConfig.isMainWindowMaximized) {
shell.setMaximized(true);
}
else {
// set bounds twice - a workaround for a bug in SWT GTK + Compiz
// (otherwise window gets smaller and smaller each time)
// shell.setSize(guiConfig.getMainWindowBounds());
}
if (guiConfig.isFirstRun) {
Display.getCurrent().asyncExec(new Runnable() {
public void run() {