ui: More fixes for release
* Fixed graph resizing invoked during animation * Clearin history when clearing UndoRedoController * Fixed no hatching in single code view file button
This commit is contained in:
@@ -340,6 +340,11 @@ void QtGraphView::scrolled(int)
|
||||
|
||||
void QtGraphView::resized()
|
||||
{
|
||||
if (m_transition && m_transition->currentTime() < m_transition->totalDuration())
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
doResize();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user