From 887a99e211c25fd16e4cf3b7505ae17678c2f997 Mon Sep 17 00:00:00 2001 From: Narek Mailian Date: Thu, 13 Jun 2013 12:32:36 +0000 Subject: GRAPHICS: Added changes and improved code from inisider/scummvm (partial text) Includes code from https://github.com/inisider/scummvm/ , which has been squashed and bugfixed --- gui/object.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/object.cpp') diff --git a/gui/object.cpp b/gui/object.cpp index 73c4f74d6c..189a286ead 100644 --- a/gui/object.cpp +++ b/gui/object.cpp @@ -29,7 +29,7 @@ namespace GUI { GuiObject::GuiObject(const Common::String &name) - : _x(-1000), _y(-1000), _w(0), _h(0), _name(name), _firstWidget(0) { + : _x(-1000), _y(-1000), _w(0), _h(0), _name(name), _firstWidget(0), _textDrawableArea(Common::Rect(0, 0, 0, 0)) { reflowLayout(); } -- cgit v1.2.3