mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
fix: Detached window headers not getting scaled
This commit is contained in:
@@ -408,15 +408,13 @@ namespace hex {
|
||||
}
|
||||
|
||||
void Window::frameBegin() {
|
||||
ImGui_ImplOpenGL3_NewFrame();
|
||||
ImGui_ImplGlfw_NewFrame();
|
||||
ImHexApi::Fonts::getDefaultFont().push();
|
||||
|
||||
// Start new ImGui Frame
|
||||
|
||||
ImGui_ImplOpenGL3_NewFrame();
|
||||
ImGui_ImplGlfw_NewFrame();
|
||||
ImGui::NewFrame();
|
||||
|
||||
ImHexApi::Fonts::getDefaultFont().push();
|
||||
|
||||
#if defined(IMGUI_TEST_ENGINE)
|
||||
if (ImGuiExt::ImGuiTestEngine::isEnabled())
|
||||
ImGuiTestEngine_ShowTestEngineWindows(m_testEngine, nullptr);
|
||||
|
||||
Reference in New Issue
Block a user