[Scummvm-cvs-logs] SF.net SVN: scummvm: [22736] scummvm/trunk/gui/ListWidget.cpp
lordhoto at users.sourceforge.net
lordhoto at users.sourceforge.net
Mon May 29 06:23:00 CEST 2006
Revision: 22736
Author: lordhoto
Date: 2006-05-29 06:21:56 -0700 (Mon, 29 May 2006)
ViewCVS: http://svn.sourceforge.net/scummvm/?rev=22736&view=rev
Log Message:
-----------
- Fixes list position after screen change.
Modified Paths:
--------------
scummvm/trunk/gui/ListWidget.cpp
Modified: scummvm/trunk/gui/ListWidget.cpp
===================================================================
--- scummvm/trunk/gui/ListWidget.cpp 2006-05-29 13:12:04 UTC (rev 22735)
+++ scummvm/trunk/gui/ListWidget.cpp 2006-05-29 13:21:56 UTC (rev 22736)
@@ -471,6 +471,7 @@
_scrollBar->resize(_w - _scrollBarWidth, 0, _scrollBarWidth, _h);
scrollBarRecalc();
+ scrollToCurrent();
}
} // End of namespace GUI
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