From 085eea68c36b9d1c3ea55fcdaabd371ec39125f2 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Wed, 2 Aug 2017 22:57:46 +0200 Subject: GRAPHICS: MACGUI: Use proper dimensions for maxTextWidth in MacTextWindow --- graphics/macgui/macwindow.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'graphics/macgui/macwindow.h') diff --git a/graphics/macgui/macwindow.h b/graphics/macgui/macwindow.h index 2cda99164c..3e7f474f23 100644 --- a/graphics/macgui/macwindow.h +++ b/graphics/macgui/macwindow.h @@ -308,6 +308,7 @@ protected: ManagedSurface _composeSurface; bool _borderIsDirty; + Common::Rect _innerDims; private: MacWindowBorder _macBorder; @@ -329,8 +330,6 @@ private: WindowClick _highlightedPart; float _scrollPos, _scrollSize; - Common::Rect _innerDims; - Common::String _title; }; -- cgit v1.2.3