Version: 1.0.99 (using 4.00.71 (KDE 4.0.71 (Alpha1), compiled sources) Compiler: gcc OS: Linux (i686) release 2.6.24-ARCH Currently MenuItem::Separator is (mis)used as Seperator in the information bar. KSeparator or similar should be used instead to avoid unexpected side effects (see screenshot for an example). As Oxygen is able to style KSeparator for a while now, it is certainly not a bad idea to change this what also makes the code one hack cleaner :)
Created attachment 24686 [details] side effect of using a menu separator
Ah, thanks for the hint! I was not aware that Oxygen can draw KSeparator now properly :-) I'll fix this ASAP.
SVN commit 806201 by ppenz: Don't (mis)use MenuItem::Separator for the information bar, as Oxygen is able to style KSeperator quite some time already. BUG: 161860 M +3 -35 infosidebarpage.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=806201