git-svn-id: https://svn.osgeo.org/grass/grass/trunk@44205 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -2154,7 +2154,7 @@ class GUI:
return processTask(tree).GetTask()
def ParseCommand(self, cmd, gmpath = None, completed = None, parentframe = None,
- show = True, modal = False, centreOnParent = True, checkError = False):
+ show = True, modal = False, centreOnParent = False, checkError = False):
"""!Parse command
Note: cmd is given as list
@@ -428,7 +428,7 @@ class GMFrame(wx.Frame):
"""!Parse command selected from menu"""
if event:
cmd = self.GetMenuCmd(event)
- menuform.GUI().ParseCommand(cmd, parentframe=self)
+ menuform.GUI().ParseCommand(cmd, parentframe = self)
def OnRunScript(self, event):
"""!Run script"""