소스 검색

wxGUI: debug message cosmetics (merge from devbr6, https://trac.osgeo.org/grass/changeset/33274)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@33275 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 17 년 전
부모
커밋
cad86bd349
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      gui/wxpython/gui_modules/toolbars.py

+ 2 - 0
gui/wxpython/gui_modules/toolbars.py

@@ -68,6 +68,8 @@ class AbstractToolbar(object):
         bmpDisabled=wx.NullBitmap
 
         if label:
+            Debug.msg(3, "CreateTool(): tool=%d, label=%s bitmap=%s" % \
+                  (tool, label, bitmap))
             toolWin = toolbar.AddLabelTool(tool, label, bitmap,
                                            bmpDisabled, kind,
                                            shortHelp, longHelp)