mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 21:05:56 -05:00
fix: Undo invalid scaling
This commit is contained in:
@@ -109,10 +109,8 @@ namespace hex::plugin::builtin {
|
||||
ImHexApi::System::impl::setGlobalScale(interfaceScaling);
|
||||
});
|
||||
|
||||
EventImHexStartupFinished::subscribe([] {
|
||||
const auto nativeScale = ImHexApi::System::getNativeScale();
|
||||
EventDPIChanged::post(nativeScale, nativeScale);
|
||||
});
|
||||
const auto nativeScale = ImHexApi::System::getNativeScale();
|
||||
EventDPIChanged::post(nativeScale, nativeScale);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user