Skip to content

Commit

Permalink
pcmockup: imagewindow may not be collapsed
Browse files Browse the repository at this point in the history
  • Loading branch information
Helco committed Nov 16, 2018
1 parent 1da1030 commit 45b02e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pcmockup/imagewindow.c
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ void imageWindow_update(ImageWindow* me)
igPushStyleVarFloat(ImGuiStyleVar_IndentSpacing, 0.0f); // space between horizontal centering indent and image
igBegin(me->title, isOpenPtr,
ImGuiWindowFlags_NoScrollbar |
ImGuiWindowFlags_NoScrollWithMouse);
ImGuiWindowFlags_NoScrollWithMouse |
ImGuiWindowFlags_NoCollapse);
igGetItemRectSize_nonUDT(&toolbarSize);
igGetWindowPos_nonUDT(&windowPos);
igDummy(offset); // center vertically
Expand Down

0 comments on commit 45b02e8

Please sign in to comment.