mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-22 04:49:12 -06:00
Fix gui scale bug
This commit is contained in:
@@ -104,7 +104,7 @@ void CefWebGuiModule::startOrStopGui() {
|
||||
webBrowserModule->attachEventHandler(_instance.get());
|
||||
}
|
||||
|
||||
_instance->setZoom(2.0);
|
||||
_instance->setZoom(_guiScale);
|
||||
|
||||
webBrowserModule->addBrowser(_instance.get());
|
||||
} else if (_instance) {
|
||||
|
||||
Reference in New Issue
Block a user