744933aba33a — Chris Cannam 5 years ago
Ensure black pen (otherwise this becomes invisible with macOS in dark mode)
1 files changed, 1 insertions(+), 0 deletions(-)

M src/changesetview.cpp
M src/changesetview.cpp +1 -0
@@ 58,6 58,7 @@ ChangesetView::drawBackground(QPainter *
     DEBUG << "clip rect is " << rect << endl;
 
     paint->save();
+    paint->setPen(Qt::black);
     QFont f(paint->font());
     f.setPixelSize(11);
     f.setBold(true);