From f1750da64ecf1690c21fa84fa63df29e1fde8a7c Mon Sep 17 00:00:00 2001 From: Mike Walters Date: Sun, 6 Mar 2016 23:57:44 +0000 Subject: [PATCH] cursors: Update cursor labels when changing bit count --- plotview.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/plotview.cpp b/plotview.cpp index f8de444..c040644 100644 --- a/plotview.cpp +++ b/plotview.cpp @@ -120,6 +120,7 @@ void PlotView::invalidateEvent() void PlotView::setCursorBits(int bits) { cursors.setBits(bits); + cursorsMoved(); viewport()->update(); }