diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-08-06 03:09:15 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-08-06 03:09:15 (GMT) |
commit | c825692a60e7ac9912350f530ea592952a3d9aa1 (patch) | |
tree | 89691caaf975e46ac86629ca2ce1e3ed45818c4b /src | |
parent | 83879ab41c368f674ff771387f499dc36ce124dd (diff) |
fix issue160 by adding updateGL() call after 'f5' (opencsg)
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; |