|
|
|
@ -13729,9 +13729,9 @@ diff -urN libreoffice-build/patches/dev300/trinity-modules.diff libreoffice-buil
|
|
|
|
|
++ kapp->style().inherits( "KThemeStyle" ) ||
|
|
|
|
|
++ kapp->style().inherits( "ThinKeramikStyle" ) )
|
|
|
|
|
++ {
|
|
|
|
|
++ // Workaround for the workaround in KStyle::drawPrimitive()
|
|
|
|
|
++ KStyle *pStyle = static_cast< KStyle * >( &kapp->style() );
|
|
|
|
|
++ pStyle->drawKStylePrimitive( KStyle::KPE_ToolBarHandle,
|
|
|
|
|
++ // Workaround for the workaround in TDEStyle::drawPrimitive()
|
|
|
|
|
++ TDEStyle *pStyle = static_cast< TDEStyle * >( &kapp->style() );
|
|
|
|
|
++ pStyle->drawTDEStylePrimitive( TDEStyle::KPE_ToolBarHandle,
|
|
|
|
|
++ &qPainter, pToolBar, qThumbRect,
|
|
|
|
|
++ pWidget->colorGroup(), nStyle );
|
|
|
|
|
++ }
|
|
|
|
|