Skip to content

Commit

Permalink
fix tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-p committed Apr 12, 2022
1 parent bd04b51 commit efd8ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LoggingDialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def __init__(self, dlg, notebook, panelName):

self.control=self['Listview']
if hasattr(self, 'GetToolTipText'):
self.control.RegisterToolTipProc(self.GetToolTipText)
self.control.RegisterToolTipProc(self.control.GetToolTipText)
self.control.Bind(wx.EVT_LIST_COL_END_DRAG, self.OnListColResize)
if hasattr(self, 'OnClear'):
self.Bind("Clear", self.OnClear)
Expand Down

0 comments on commit efd8ebf

Please sign in to comment.