Skip to content

Commit

Permalink
resolve #391 (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
petrasovaa committed Mar 20, 2020
1 parent bd7307a commit e626e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/wxpython/mapwin/buffered.py
Expand Up @@ -1483,7 +1483,7 @@ def OnDragging(self, event):
if (event.LeftIsDown() and
not (digitToolbar and
digitToolbar.GetAction() in ("moveLine",) and
self.digit.GetDisplay().GetSelected() > 0)):
len(self.digit.GetDisplay().GetSelected()) > 0)):
self.MouseDraw(pdc=self.pdcTmp)

def OnLeftDown(self, event):
Expand Down

0 comments on commit e626e6f

Please sign in to comment.