Remove collapse button from all windows

This commit is contained in:
WerWolv
2020-11-23 15:51:58 +01:00
parent 5c0f6a1e50
commit 3b3f2226f1
9 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ namespace hex {
}
if (ImGui::Begin("Disassembler", &this->m_windowOpen)) {
if (ImGui::Begin("Disassembler", &this->m_windowOpen, ImGuiWindowFlags_NoCollapse)) {
if (this->m_dataProvider != nullptr && this->m_dataProvider->isReadable()) {
constexpr static const char * const ArchitectureNames[] = { "ARM32", "ARM64", "MIPS", "x86", "PowerPC", "Sparc", "SystemZ", "XCore", "68K", "TMS320C64x", "680X", "Ethereum" };