Skip to content

Commit 8c580ea

Browse files
plotter: fix overlay updates on bookmark click
1 parent dcd1444 commit 8c580ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/qtgui/plotter.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -890,6 +890,7 @@ void CPlotter::mousePressEvent(QMouseEvent * event)
890890
}
891891
}
892892
}
893+
updateOverlay();
893894
}
894895
else if (m_CursorCaptured == CENTER)
895896
{

0 commit comments

Comments
 (0)