2015-01-09 Fred Gleason <fredg@paravelsystems.com>

* Applied patch by Daniel Bair to add support for dark themes
	[GitHub pull request #000046].
This commit is contained in:
Fred Gleason
2015-01-09 17:42:39 -05:00
parent 51635d4b7d
commit a1414e0d08
9 changed files with 3 additions and 115 deletions

View File

@@ -176,8 +176,6 @@ void PostCounter::UpdateDisplay()
QPixmap pix(sizeHint().width(),sizeHint().height());
QPainter *p=new QPainter(&pix);
p->fillRect(0,0,sizeHint().width(),sizeHint().height(),color);
// p->eraseRect(0,0,sizeHint().width(),sizeHint().height());
//p->setPen(color1);
p->setPen(QColor(system_button_text_color));
p->setFont(post_small_font);
p->drawText((sizeHint().width()-p->