commit | b17b2fb732f4dda7641461a30c446837776d6667 | [log] [tgz] |
---|---|---|
author | ocornut <omarcornut@gmail.com> | Mon Jan 24 13:13:38 2022 +0100 |
committer | ocornut <omarcornut@gmail.com> | Mon Jan 24 13:24:54 2022 +0100 |
tree | fd22568d28b4efe195e36182d3e1eea793c983fc | |
parent | cda3db14493a4891971d7acd4ee2e6c8b9443dbd [diff] |
Popups: Fixed an issue when reopening a same popup multiple times would offset them by 1 pixel on the right. (#4936) Passing explicit ImGuiPopupFlags_MouseButtonRight to OpenPopupOnItemClick() calls somehow document the unusual (due to legacy) default value.