Skip to content

Commit aa7afb8

Browse files
committed
Remove useless space dummy
1 parent 5891237 commit aa7afb8

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

ImWindow/ImwContainer.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -784,9 +784,6 @@ namespace ImWindow
784784
oStyle.Colors[ImGuiCol_Border] = oBorderColor;
785785
oStyle.Colors[ImGuiCol_BorderShadow] = oBorderShadowColor;
786786

787-
if (!bAlone)
788-
ImGui::Dummy(ImVec2(0.f, 2.f)); //2 pixels space;
789-
790787
ImVec2 oWinPos = ImGui::GetWindowPos();
791788
ImVec2 oWinSize = ImGui::GetWindowSize();
792789

0 commit comments

Comments
 (0)