mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 20:10:08 +01:00
Fix for #2239
This is a possible simple fix for #2239 (SetHeaderHeight does not work in UltimateListCtrl). Only tested on Windows.
This commit is contained in:
@@ -13609,6 +13609,7 @@ class UltimateListCtrl(wx.Control):
|
||||
raise Exception("Invalid height passed to SetHeaderHeight: %s"%repr(height))
|
||||
|
||||
self._headerWin._headerHeight = height
|
||||
self._headerWin.InvalidateBestSize()
|
||||
self.DoLayout()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user