summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordon bright <hugh.m.bright@gmail.com>2012-08-06 03:09:15 (GMT)
committerdon bright <hugh.m.bright@gmail.com>2012-08-06 03:09:15 (GMT)
commitc825692a60e7ac9912350f530ea592952a3d9aa1 (patch)
tree89691caaf975e46ac86629ca2ce1e3ed45818c4b /src
parent83879ab41c368f674ff771387f499dc36ce124dd (diff)
fix issue160 by adding updateGL() call after 'f5' (opencsg)
Diffstat (limited to 'src')
-rw-r--r--src/mainwin.cc2
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;
contact: Jan Huwald // Impressum