imgui: Fix floating windows creating their own task bar items

This commit is contained in:
WerWolv
2021-03-21 14:51:21 +01:00
parent 2a7b698a3d
commit ce22028781

View File

@@ -662,7 +662,7 @@ namespace hex {
#endif
io.ConfigViewportsNoTaskBarIcon = false;
io.ConfigViewportsNoTaskBarIcon = true;
io.KeyMap[ImGuiKey_Tab] = GLFW_KEY_TAB;
io.KeyMap[ImGuiKey_LeftArrow] = GLFW_KEY_LEFT;
io.KeyMap[ImGuiKey_RightArrow] = GLFW_KEY_RIGHT;