mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
Add in missing semi-colon that broke mac build
This commit is contained in:
parent
b98cdffad0
commit
e3f2e0c886
@ -251,7 +251,7 @@ void gXAxis::paint(QPainter &painter, gGraph &w, const QRegion ®ion)
|
||||
int majtop = top + 6.0 * (float(y) / 10.0);
|
||||
int texttop = majtop + y; // 18*w.printScaleY();
|
||||
#if defined (Q_OS_MAC)
|
||||
texttop += 2
|
||||
texttop += 2;
|
||||
#endif
|
||||
|
||||
// Fill in the minor tick marks up to the first major alignment tick
|
||||
|
Loading…
Reference in New Issue
Block a user