瀏覽代碼

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 9 年之前
父節點
當前提交
e611d9aa1c
共有 1 個文件被更改,包括 2 次插入0 次删除
  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.