[Scummvm-cvs-logs] SF.net SVN: scummvm:[46952] scummvm/branches/branch-1-0-0/gui/object.cpp
lordhoto at users.sourceforge.net
lordhoto at users.sourceforge.net
Sun Jan 3 22:21:49 CET 2010
Revision: 46952
http://scummvm.svn.sourceforge.net/scummvm/?rev=46952&view=rev
Author: lordhoto
Date: 2010-01-03 21:21:48 +0000 (Sun, 03 Jan 2010)
Log Message:
-----------
Backport of r46947: "Setup the dimensions of GuiObject in the constructor, by using reflowLayout."
Modified Paths:
--------------
scummvm/branches/branch-1-0-0/gui/object.cpp
Modified: scummvm/branches/branch-1-0-0/gui/object.cpp
===================================================================
--- scummvm/branches/branch-1-0-0/gui/object.cpp 2010-01-03 21:20:05 UTC (rev 46951)
+++ scummvm/branches/branch-1-0-0/gui/object.cpp 2010-01-03 21:21:48 UTC (rev 46952)
@@ -32,6 +32,7 @@
GuiObject::GuiObject(const Common::String &name) : _firstWidget(0) {
_name = name;
+ reflowLayout();
}
GuiObject::~GuiObject() {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list