mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
Fix Event Flags tooltip durations not displaying properly
This commit is contained in:
parent
015e8df431
commit
5cc8929f4e
@ -394,7 +394,7 @@ void gFlagsLine::paint(QPainter &painter, gGraph &w, const QRegion ®ion)
|
|||||||
// Draw Event Flag Bars
|
// Draw Event Flag Bars
|
||||||
///////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
for (int i = 0; i < np; i++) {
|
for (int i = 0; i < np; i++, dptr++) {
|
||||||
X = start + *tptr++;
|
X = start + *tptr++;
|
||||||
|
|
||||||
if (X > maxx) {
|
if (X > maxx) {
|
||||||
|
Loading…
Reference in New Issue
Block a user