Skip to content

Commit

Permalink
Fix sidebar multi-column tiling
Browse files Browse the repository at this point in the history
  • Loading branch information
x2b committed Jan 6, 2014
1 parent e9facb5 commit f9b9263
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/control/XournalMain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,8 @@ int XournalMain::run(int argc, char* argv[])
MainWindow* win = new MainWindow(gladePath, control);
control->initWindow(win);

win->show(NULL);

bool opened = false;
if (optFilename)
{
Expand Down Expand Up @@ -285,8 +287,6 @@ int XournalMain::run(int argc, char* argv[])
}
}

win->show(NULL);

control->getScheduler()->start();

if (!opened)
Expand Down

0 comments on commit f9b9263

Please sign in to comment.