فهرست منبع

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)