Description:
Remove collapse button.
Commit status:
[Not Reviewed]
References:
Comments:
0 Commit comments 0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
Add another comment

r82:8161b71e6fb7 -

1 NO CONTENT: modified file, binary diff hidden
@@ -110,6 +110,7
110 110 {
111 111 ImGui.PushFont(font);
112 112
113 ImGui.GetStyle().WindowMenuButtonPosition = ImGuiDir.None;
113 114 ImGui.PushStyleVar(ImGuiStyleVar.FrameRounding, 0.0f);
114 115 ImGui.PushStyleVar(ImGuiStyleVar.WindowRounding, 0.0f);
115 116 ImGui.PushStyleVar(ImGuiStyleVar.FrameBorderSize, 1.0f);
@@ -163,6 +164,7
163 164
164 165 }
165 166 ImGui.End();
167 ImGui.GetStyle().WindowMenuButtonPosition = ImGuiDir.Left;
166 168 ImGui.PopStyleVar(3);
167 169 ImGui.PopStyleColor(8);
168 170 ImGui.PopFont();
@@ -13,6 +13,7
13 13 {
14 14 ImGui.PushFont(font);
15 15
16 ImGui.GetStyle().WindowMenuButtonPosition = ImGuiDir.None;
16 17 ImGui.PushStyleVar(ImGuiStyleVar.FrameRounding, 0.0f);
17 18 ImGui.PushStyleVar(ImGuiStyleVar.WindowRounding, 0.0f);
18 19 ImGui.PushStyleVar(ImGuiStyleVar.FrameBorderSize, 1.0f);
@@ -52,6 +53,7
52 53 }
53 54
54 55 ImGui.End();
56 ImGui.GetStyle().WindowMenuButtonPosition = ImGuiDir.Left;
55 57 ImGui.PopStyleVar(3);
56 58 ImGui.PopStyleColor(8);
57 59 ImGui.PopFont();
You need to be logged in to leave comments. Login now