mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
web: Render at higher resolution
This commit is contained in:
@@ -159,7 +159,7 @@ namespace hex {
|
||||
} catch (e) {
|
||||
return 1.0;
|
||||
}
|
||||
}) / ImHexApi::System::getBackingScaleFactor();
|
||||
});
|
||||
if (prevScaleFactor != 0 && prevScaleFactor != currScaleFactor) {
|
||||
EventDPIChanged::post(prevScaleFactor, currScaleFactor);
|
||||
resizeCanvas();
|
||||
|
||||
Reference in New Issue
Block a user