[bugfix] closes #223
This commit is contained in:
parent
bf5c371459
commit
db9a1371b1
@ -1018,6 +1018,7 @@ class PylotCanvas(FigureCanvas):
|
|||||||
new_ylim = self.calcPanZoom(self.ypress, y_bot, y_top, factor, (ydiff > 0))
|
new_ylim = self.calcPanZoom(self.ypress, y_bot, y_top, factor, (ydiff > 0))
|
||||||
self.setYLims(ax, new_ylim)
|
self.setYLims(ax, new_ylim)
|
||||||
|
|
||||||
|
self.refreshPickDlgText()
|
||||||
self.draw()
|
self.draw()
|
||||||
|
|
||||||
def set_frame_color(self, color='k'):
|
def set_frame_color(self, color='k'):
|
||||||
|
Loading…
Reference in New Issue
Block a user