From 75eceedfa515c652d0698de11a9f605fe23c336d Mon Sep 17 00:00:00 2001 From: Andrei Prykhodko Date: Sun, 29 Jul 2018 21:16:44 +0300 Subject: GRAPHICS: MACGUI: add additional arg to MacTextWindow's constructor to disable cursor handler --- graphics/macgui/macwindowmanager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/macgui/macwindowmanager.h') diff --git a/graphics/macgui/macwindowmanager.h b/graphics/macgui/macwindowmanager.h index 0a8a5a4b33..97272d386f 100644 --- a/graphics/macgui/macwindowmanager.h +++ b/graphics/macgui/macwindowmanager.h @@ -115,7 +115,7 @@ public: * @return Pointer to the newly created window. */ MacWindow *addWindow(bool scrollable, bool resizable, bool editable); - MacTextWindow *addTextWindow(const MacFont *font, int fgcolor, int bgcolor, int maxWidth, TextAlign textAlignment, MacMenu *menu); + MacTextWindow *addTextWindow(const MacFont *font, int fgcolor, int bgcolor, int maxWidth, TextAlign textAlignment, MacMenu *menu, bool cursorHandler = true); /** * Adds a window that has already been initialized to the registry. -- cgit v1.2.3