Fix crash when moving around certain views

This commit is contained in:
WerWolv
2020-11-11 10:47:02 +01:00
parent 9b6b43356b
commit 9e62685fd1
9 changed files with 38 additions and 32 deletions

View File

@@ -1,5 +1,7 @@
#include "views/view_pattern_data.hpp"
#include "providers/provider.hpp"
#include <cstring>
namespace hex {
@@ -48,8 +50,8 @@ namespace hex {
}
ImGui::EndChild();
ImGui::End();
}
ImGui::End();
}
void ViewPatternData::createMenu() {