playground/libs/popupdropper/popupdropper
Seb Ruiz
ruiz at kde.org
Sat Jul 12 07:11:25 CEST 2008
SVN commit 831195 by seb:
Don't forget to tell the QAction that this is a separator. Allows a downcasted object to be painted correctly.
CCMAIL: kde-dev at emailgoeshere.com
CCMAIL: amarok-devel at kde.org
M +1 -0 PopupDropperAction.cpp
--- trunk/playground/libs/popupdropper/popupdropper/PopupDropperAction.cpp #831194:831195
@@ -177,6 +177,7 @@
void PopupDropperAction::setSeparator( bool separator )
{
d->separator = separator;
+ QAction::setSeparator( separator );
}
bool PopupDropperAction::hasSeparatorPen() const
More information about the Amarok-devel
mailing list