Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/frontend/StarMainInterface.hpp
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2023-07-05 18:25:16 +1000
committerKae <80987908+Novaenia@users.noreply.github.com>2023-07-05 18:25:16 +1000
commit54dfd900cab72d9efeff7df35c3a73e9be76bb18 (patch)
tree0439adfa8ea801d630db46c794f21032948569ed /source/frontend/StarMainInterface.hpp
parentc923f4f13b1cade968bb6fec585a242b62d35715 (diff)
interface.bindCanvas uses interface scale by default
Diffstat (limited to 'source/frontend/StarMainInterface.hpp')
-rw-r--r--source/frontend/StarMainInterface.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/frontend/StarMainInterface.hpp b/source/frontend/StarMainInterface.hpp
index 3e05b9b..d96779d 100644
--- a/source/frontend/StarMainInterface.hpp
+++ b/source/frontend/StarMainInterface.hpp
@@ -115,7 +115,7 @@ public:
void warpToOwnShip();
void warpTo(WarpAction const& warpAction);
- CanvasWidgetPtr fetchCanvas(String const& canvasName);
+ CanvasWidgetPtr fetchCanvas(String const& canvasName, bool ignoreInterfaceScale = false);
private:
PanePtr createEscapeDialog();