Skip to content

Commit

Permalink
Remove useless space dummy
Browse files Browse the repository at this point in the history
  • Loading branch information
thennequin committed Aug 20, 2017
1 parent 5891237 commit aa7afb8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ImWindow/ImwContainer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -784,9 +784,6 @@ namespace ImWindow
oStyle.Colors[ImGuiCol_Border] = oBorderColor;
oStyle.Colors[ImGuiCol_BorderShadow] = oBorderShadowColor;

if (!bAlone)
ImGui::Dummy(ImVec2(0.f, 2.f)); //2 pixels space;

ImVec2 oWinPos = ImGui::GetWindowPos();
ImVec2 oWinSize = ImGui::GetWindowSize();

Expand Down

0 comments on commit aa7afb8

Please sign in to comment.