We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0644e40 commit 9eb4b00Copy full SHA for 9eb4b00
src/ControlToolBar.cpp
@@ -34,6 +34,7 @@ ControlToolBar::ControlToolBar(RenderPreview * renderPreview, QWidget* parent)
34
initToolbar();
35
36
m_renderTimer.setInterval(250);
37
+ m_renderTimer.setSingleShot(true);
38
connect(&m_renderTimer, SIGNAL(timeout()), m_renderPreview, SLOT(render()));
39
}
40
0 commit comments