Build viewer/editor #13

Manually merged
williamjcm merged 128 commits from mass-viewer into master 2022-03-02 14:50:10 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 77d7eaefad - Show all commits

View File

@ -133,7 +133,7 @@ void SaveTool::drawMassViewer() {
ImGui::EndTabItem();
}
if(!_currentMass->globalStyles().size() != 0 && ImGui::BeginTabItem("Global styles")) {
if(_currentMass->globalStyles().size() != 0 && ImGui::BeginTabItem("Global styles")) {
drawGlobalStyles();
ImGui::EndTabItem();
}