Fix segfault

This commit is contained in:
xarkes 2017-10-12 14:03:09 +02:00
parent df3e9c2efa
commit 3c9e3be550

View File

@ -518,7 +518,6 @@ void MainWindow::updateFrames()
if (w) { if (w) {
w->setup(); w->setup();
} }
w->setup();
} }
first_time = false; first_time = false;
@ -531,7 +530,6 @@ void MainWindow::updateFrames()
if (w) { if (w) {
w->refresh(); w->refresh();
} }
w->refresh();
} }
} }