Skip to content

Commit

Permalink
Fix fast-mode tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
x42 committed Dec 9, 2022
1 parent 599f05f commit 4682034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/fat1.c
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ static void dial_annotation_val (RobTkDial* d, cairo_t* cr, void* data) {

static bool tooltip_overlay (RobWidget* rw, cairo_t* cr, cairo_rectangle_t* ev) {
Fat1UI* ui = (Fat1UI*)rw->top;
assert (ui->tt_id >= 0 && ui->tt_id < 5);
assert (ui->tt_id >= 0 && ui->tt_id < 6);

cairo_save(cr);
rw->resized = TRUE;
Expand Down

0 comments on commit 4682034

Please sign in to comment.