Browse Source

Revert change to line 1328

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@48230 15284696-431f-4ddb-bdfa-cd5b030d7da7
Michael Barton 13 years ago
parent
commit
3fa8a8e9a5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gui/wxpython/gui_modules/psmap.py

+ 1 - 1
gui/wxpython/gui_modules/psmap.py

@@ -1325,7 +1325,7 @@ class PsMapBufferedWindow(wx.Window):
                     
                     self.RecalculatePosition(ids = [self.dragId])
                     if self.instruction[self.dragId].type in self.openDialogs:
-                        self.openDialogs[self.instruction[self.dragId].type].update()
+                        self.openDialogs[self.instruction[self.dragId].type].updateDialog()
 
         # double click launches dialogs
         elif event.LeftDClick():