mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-05-01 17:29:21 -05:00
Fixed some popups not appearing when no views are open
This commit is contained in:
@@ -257,9 +257,9 @@ namespace hex {
|
||||
View::discardNavigationRequests();
|
||||
}
|
||||
ImGui::End();
|
||||
}
|
||||
|
||||
|
||||
|
||||
void ViewPattern::drawAlwaysVisible() {
|
||||
if (ImGui::BeginPopupModal("Accept Pattern", nullptr, ImGuiWindowFlags_AlwaysAutoResize)) {
|
||||
ImGui::TextWrapped("One or more patterns compatible with this data type has been found");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user