mirror of
https://github.com/angryip/ipscan.git
synced 2025-10-26 11:18:17 +00:00
hopefully this compiz workaround is not needed anymore
This commit is contained in:
parent
2488a7aafc
commit
2cb8cfc93b
@ -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() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user