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:
@@ -29,6 +29,7 @@ void UndoRedoController::clear()
|
||||
|
||||
m_history.clear();
|
||||
m_historyOffset = 0;
|
||||
updateHistory();
|
||||
|
||||
getView()->setUndoButtonEnabled(false);
|
||||
getView()->setRedoButtonEnabled(false);
|
||||
|
||||
Reference in New Issue
Block a user