summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/TopRoomBar.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/TopRoomBar.h b/src/TopRoomBar.h

index 21f8325a..42f647db 100644 --- a/src/TopRoomBar.h +++ b/src/TopRoomBar.h
@@ -80,6 +80,9 @@ protected: #if !defined(Q_OS_MAC) p.setPen(QPen(borderColor())); p.drawLine(QPointF(0, height() - p.pen().width()), QPointF(width(), height())); +#else + p.setPen(QPen(borderColor())); + p.drawLine(QPointF(0, height()), QPointF(width(), height())); #endif }