mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-01 21:17:44 -05:00
impr: Refactor previous commits to work with other environments too
This commit is contained in:
@@ -746,6 +746,8 @@ namespace hex {
|
||||
// NOTE: This needs to be done before a new frame is started, otherwise ImGui won't handle docking correctly
|
||||
LayoutManager::process();
|
||||
WorkspaceManager::process();
|
||||
|
||||
ImGui::GetIO().FontGlobalScale = 1.0F / ImHexApi::System::getBackingScaleFactor();
|
||||
}
|
||||
|
||||
void Window::initGLFW() {
|
||||
|
||||
Reference in New Issue
Block a user