mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-27 23:37:05 -05:00
fix: Font scaling on Windows / macOS
This commit is contained in:
@@ -1301,7 +1301,6 @@ namespace hex {
|
||||
io.ConfigFlags |= ImGuiConfigFlags_DockingEnable | ImGuiConfigFlags_NavEnableKeyboard;
|
||||
io.ConfigWindowsMoveFromTitleBarOnly = true;
|
||||
io.ConfigDragClickToInputText = true;
|
||||
io.ConfigDpiScaleFonts = true;
|
||||
|
||||
if (glfwGetPrimaryMonitor() != nullptr) {
|
||||
if (ImHexApi::System::isMultiWindowModeEnabled()) {
|
||||
|
||||
Reference in New Issue
Block a user