cabana: disable tool window collapse (#38906)

This commit is contained in:
Trey Moen
2026-09-13 16:31:19 -07:00
committed by GitHub
parent 164a3a1e30
commit 5319474ee5
+1 -1
View File
@@ -28,7 +28,7 @@ protected:
ImGui::SetNextWindowSize(size, ImGuiCond_Appearing);
setNextWindowFloatsOut();
began_ = true;
return visible_ = ImGui::Begin(title_.c_str(), &open_, ImGuiWindowFlags_NoSavedSettings);
return visible_ = ImGui::Begin(title_.c_str(), &open_, ImGuiWindowFlags_NoSavedSettings | ImGuiWindowFlags_NoCollapse);
}
bool end() {