Skip to content

Commit 5319474

Browse files
authored
cabana: disable tool window collapse (#38906)
1 parent 164a3a1 commit 5319474

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openpilot/tools/cabana/ui/tools/tooldialog.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class ToolDialog {
2828
ImGui::SetNextWindowSize(size, ImGuiCond_Appearing);
2929
setNextWindowFloatsOut();
3030
began_ = true;
31-
return visible_ = ImGui::Begin(title_.c_str(), &open_, ImGuiWindowFlags_NoSavedSettings);
31+
return visible_ = ImGui::Begin(title_.c_str(), &open_, ImGuiWindowFlags_NoSavedSettings | ImGuiWindowFlags_NoCollapse);
3232
}
3333

3434
bool end() {

0 commit comments

Comments
 (0)