|
|
|
@ -61,10 +61,10 @@ static void paintListViewExpander(TQPainter* p, TQWidget* w, int height, const T
|
|
|
|
|
// if (dynamic_cast<EditorGroupItem*>(item))
|
|
|
|
|
// xmarg = xmarg * 10 / 14 -1;
|
|
|
|
|
#if 0
|
|
|
|
|
//! @todo disabled: kstyles do not paint background yet... reenable in the future...
|
|
|
|
|
TDEStyle* kstyle = dynamic_cast<TDEStyle*>(widget->style());
|
|
|
|
|
if (kstyle) {
|
|
|
|
|
kstyle->drawTDEStylePrimitive(
|
|
|
|
|
//! @todo disabled: tdestyles do not paint background yet... reenable in the future...
|
|
|
|
|
TDEStyle* tdestyle = dynamic_cast<TDEStyle*>(widget->style());
|
|
|
|
|
if (tdestyle) {
|
|
|
|
|
tdestyle->drawTDEStylePrimitive(
|
|
|
|
|
TDEStyle::KPE_ListViewExpander, p, w, TQRect( xmarg, marg, BRANCHBOX_SIZE, BRANCHBOX_SIZE ),
|
|
|
|
|
cg, isOpen ? 0 : TQStyle::Style_On,
|
|
|
|
|
TQStyleOption::Default);
|
|
|
|
|