[rkward-cvs] rkward/rkward/plugin rkcomponentproperties.cpp,1.25,1.26
Thomas Friedrichsmeier
tfry at users.sourceforge.net
Mon Apr 17 21:30:45 UTC 2006
Update of /cvsroot/rkward/rkward/rkward/plugin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28985/rkward/plugin
Modified Files:
rkcomponentproperties.cpp
Log Message:
Saner column width for RKObjectListView
Index: rkcomponentproperties.cpp
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/plugin/rkcomponentproperties.cpp,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** rkcomponentproperties.cpp 5 Apr 2006 19:33:22 -0000 1.25
--- rkcomponentproperties.cpp 17 Apr 2006 21:30:43 -0000 1.26
***************
*** 932,936 ****
current = current->itemBelow ();
if ((!selected_only) || current->isSelected ()) {
! RObject *obj = list_view->findItemObject (current);
RK_ASSERT (obj);
newlist.append (static_cast<RKVariable*> (obj));
--- 932,936 ----
current = current->itemBelow ();
if ((!selected_only) || current->isSelected ()) {
! RObject *obj = list_view->findItemObject (static_cast<RKListViewItem *> (current));
RK_ASSERT (obj);
newlist.append (static_cast<RKVariable*> (obj));
More information about the rkward-tracker
mailing list