mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-06 03:39:51 +00:00
Change GPU acceleration setting before the display scale
This commit is contained in:
parent
165c7ccca4
commit
e3f0688945
@ -255,8 +255,8 @@ public:
|
||||
if (reset_screen) {
|
||||
ui::Manager* manager = ui::Manager::getDefault();
|
||||
she::Display* display = manager->getDisplay();
|
||||
display->setScale(newScreenScale);
|
||||
she::instance()->setGpuAcceleration(newGpuAccel);
|
||||
display->setScale(newScreenScale);
|
||||
manager->setDisplay(display);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user