impr: Update ImGui to use new shadows branch

This commit is contained in:
WerWolv
2023-11-24 15:31:27 +01:00
parent d6d379108b
commit fb00f688a8
15 changed files with 63309 additions and 62069 deletions

View File

@@ -356,6 +356,7 @@ namespace hex::plugin::builtin {
}
static void drawWelcomeScreen() {
ImGui::PushStyleColor(ImGuiCol_WindowShadow, 0x00);
if (ImGui::Begin("ImHexDockSpace")) {
if (!ImHexApi::Provider::isValid()) {
static std::array<char, 256> title;
@@ -377,6 +378,7 @@ namespace hex::plugin::builtin {
}
}
ImGui::End();
ImGui::PopStyleColor();
}
/**
* @brief Draw some default background if there are no views available in the current layout