Skip to content

Commit

Permalink
Fixed pixel look up making it fast as before, but without OpenGL errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Jul 5, 2023
1 parent 1257d28 commit 937306d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mrv2/lib/mrvGL/mrvTimelineViewportEvents.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -885,8 +885,9 @@ namespace mrv
p.actionMode != ActionMode::kRotate)
{
_updateCursor();
redrawWindows();
}
redrawWindows();
updatePixelBar();
return 1;
}
case FL_RELEASE:
Expand Down

0 comments on commit 937306d

Please sign in to comment.