mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 13:05:25 -05:00
ui: Make window border and sizing cursors be rendered correctly on Windows
This commit is contained in:
@@ -400,8 +400,7 @@ namespace hex {
|
||||
this->resetLayout();
|
||||
}
|
||||
|
||||
this->updateNativeWindow();
|
||||
|
||||
this->beginNativeWindowFrame();
|
||||
}
|
||||
ImGui::End();
|
||||
ImGui::PopStyleVar(2);
|
||||
@@ -511,6 +510,7 @@ namespace hex {
|
||||
}
|
||||
|
||||
void Window::frameEnd() {
|
||||
this->endNativeWindowFrame();
|
||||
ImGui::Render();
|
||||
|
||||
int displayWidth, displayHeight;
|
||||
|
||||
Reference in New Issue
Block a user