mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
impr: Make accept pattern popup open faster and close correctly
This commit is contained in:
@@ -487,7 +487,7 @@ namespace hex {
|
||||
else
|
||||
createPopup(ImGui::BeginPopup(name, flags));
|
||||
|
||||
if (!ImGui::IsPopupOpen(name) && displayFrameCount < 100) {
|
||||
if (!ImGui::IsPopupOpen(name) && displayFrameCount < 5) {
|
||||
ImGui::OpenPopup(name);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user