There was an error while loading. Please reload this page.
1 parent 164a3a1 commit 5319474Copy full SHA for 5319474
1 file changed
openpilot/tools/cabana/ui/tools/tooldialog.h
@@ -28,7 +28,7 @@ class ToolDialog {
28
ImGui::SetNextWindowSize(size, ImGuiCond_Appearing);
29
setNextWindowFloatsOut();
30
began_ = true;
31
- return visible_ = ImGui::Begin(title_.c_str(), &open_, ImGuiWindowFlags_NoSavedSettings);
+ return visible_ = ImGui::Begin(title_.c_str(), &open_, ImGuiWindowFlags_NoSavedSettings | ImGuiWindowFlags_NoCollapse);
32
}
33
34
bool end() {
0 commit comments