mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-03-15 13:10:07 +01:00
Bugfix in hypertreelist. Add missing attribute _x_maincol to constructor of TreeListMainWindow. Fixes https://github.com/wxWidgets/Phoenix/issues/2828
This commit is contained in:
committed by
Jorge Moraleda
parent
5bf1a4da5e
commit
2ac76e92fa
@@ -2341,6 +2341,7 @@ class TreeListMainWindow(CustomTreeCtrl):
|
||||
self._curColumn = -1 # no current column
|
||||
self._owner = parent
|
||||
self._main_column = 0
|
||||
self._x_maincol = 0
|
||||
self._dragItem = None
|
||||
|
||||
self._imgWidth = self._imgWidth2 = 0
|
||||
|
||||
Reference in New Issue
Block a user