Skip to content

Commit

Permalink
[PopupModal] Fix call to igEndPopup
Browse files Browse the repository at this point in the history
  • Loading branch information
malikolivier committed Sep 28, 2018
1 parent 4f360b8 commit e483fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/popup_modal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ impl<'ui, 'p> PopupModal<'ui, 'p> {
};
if render {
f();
unsafe { sys::igEndMenu() };
unsafe { sys::igEndPopup() };
}
}
}

0 comments on commit e483fa2

Please sign in to comment.