Fix the native header column minimal width determination
wxGrid::AutoSizeColumn can set per column minimal width and this values must be used for native headers columns.
This commit is contained in:
committed by
Vadim Zeitlin
parent
8971321542
commit
b2194d9ad5
@@ -2282,6 +2282,7 @@ protected:
|
||||
friend class wxGridWindow;
|
||||
friend class wxGridHeaderRenderer;
|
||||
|
||||
friend class wxGridHeaderColumn;
|
||||
friend class wxGridHeaderCtrl;
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user