Skip to content

Commit

Permalink
wxGUI: fix error when starting profile tool (OSGeo#2450)
Browse files Browse the repository at this point in the history
  • Loading branch information
petrasovaa authored and neteler committed Nov 7, 2023
1 parent 177c5fd commit 4044b7b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gui/wxpython/wxplot/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,6 @@ def InitPlotOpts(self, plottype):

self.zoom = False # zooming disabled
self.drag = False # draging disabled
# vertical and horizontal scrollbars
self.client.showScrollbars = True

# x and y axis set to normal (non-log)
self.client.logScale = (False, False)
Expand Down

0 comments on commit 4044b7b

Please sign in to comment.