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:
@@ -71,7 +71,7 @@ void QtCodeFileTitleButton::setIsComplete(bool isComplete)
|
||||
);
|
||||
|
||||
setStyleSheet((
|
||||
"#title_label { background-image: url(" + hatchingFilePath.str() + "); }"
|
||||
"#title_label, #file_title { background-image: url(" + hatchingFilePath.str() + "); }"
|
||||
).c_str());
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user