From db9a1371b129682f64a701c26d97056859fecee0 Mon Sep 17 00:00:00 2001 From: Marcel Date: Wed, 25 Jul 2018 15:16:14 +0200 Subject: [PATCH] [bugfix] closes #223 --- pylot/core/util/widgets.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pylot/core/util/widgets.py b/pylot/core/util/widgets.py index 7e5d738c..57e74a01 100644 --- a/pylot/core/util/widgets.py +++ b/pylot/core/util/widgets.py @@ -1018,6 +1018,7 @@ class PylotCanvas(FigureCanvas): new_ylim = self.calcPanZoom(self.ypress, y_bot, y_top, factor, (ydiff > 0)) self.setYLims(ax, new_ylim) + self.refreshPickDlgText() self.draw() def set_frame_color(self, color='k'):