? log ? kaction.loT ? kurllabel.patch ? kaction.diff ? kaction.cpp.flc ? kdeui.dox ? klistview.cpp.flc ? kaction.h.flc Index: kaction.cpp =================================================================== RCS file: /home/kde/kdelibs/kdeui/kaction.cpp,v retrieving revision 1.171 diff -u -3 -p -r1.171 kaction.cpp --- kaction.cpp 2001/02/13 11:18:03 1.171 +++ kaction.cpp 2001/02/17 10:25:56 @@ -601,6 +601,8 @@ void KAction::setText( int i, const QStr while( ( pos = stripped.find( '&' ) ) != -1 ) stripped.replace( pos, 1, QString::null ); static_cast(button)->setText( stripped ); + + button->update(); // otherwise we have to wait for a paint event before the new text is visible! } } }