Explorar o código

wxGUI: add todo: caller cannot suppress GUI for a module

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@68395 15284696-431f-4ddb-bdfa-cd5b030d7da7
Vaclav Petras %!s(int64=9) %!d(string=hai) anos
pai
achega
e611d9aa1c
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      gui/wxpython/core/gconsole.py

+ 2 - 0
gui/wxpython/core/gconsole.py

@@ -441,6 +441,8 @@ class GConsole(wx.EvtHandler):
         .. todo::
             Solve problem with the other event (now uses gOutputText
             event but there is no text, use onPrepare handler instead?)
+        .. todo::
+            Skip interface is ignored and determined always automatically.
 
         Posts event EVT_IGNORED_CMD_RUN when command which should be ignored
         (according to ignoredCmdPattern) is run.