mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 18:50:44 +00:00
Hide bottom flag line, as it gets in the way
This commit is contained in:
parent
a3b49d6355
commit
08e8df6019
@ -300,9 +300,9 @@ void gLineOverlayBar::paint(QPainter &painter, gGraph &w, const QRegion ®ion)
|
||||
QColor col = m_flag_color;
|
||||
col.setAlpha(10);
|
||||
painter.setPen(QPen(col,1));
|
||||
painter.drawLine(x1, start_py+14, x1, z - 12);
|
||||
painter.drawLine(x1, start_py+14, x1, z);
|
||||
painter.setPen(QPen(m_flag_color,1));
|
||||
painter.drawLine(x1, z, x1, z - 12);
|
||||
// painter.drawLine(x1, z, x1, z - 12);
|
||||
painter.drawLine(x1, start_py+2, x1, start_py + 14);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user