diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mainwin.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainwin.cc b/src/mainwin.cc index 3fdee6b..0d3c148 100644 --- a/src/mainwin.cc +++ b/src/mainwin.cc @@ -1173,6 +1173,8 @@ void MainWindow::actionCompile() #endif } + glview->updateGL(); // issue 160 + if (viewActionAnimate->isChecked() && e_dump->isChecked()) { QImage img = this->glview->grabFrameBuffer(); QString filename; |