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:
Scott Talbert
2025-12-15 20:08:01 -05:00
committed by Jorge Moraleda
parent 5bf1a4da5e
commit 2ac76e92fa

View File

@@ -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