Skip to content

Commit 232ec62

Browse files
author
徐扬斌
committed
wxGTK: Fix UI refreshing delay when dragging the header border of generic wxDataViewCtrl to resize column.
1 parent 0dedc6c commit 232ec62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/generic/headerctrlg.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,7 @@ void wxHeaderCtrl::StartOrContinueResizing(unsigned int col, int xPhysical)
350350
//else: we had already done the above when we started
351351

352352
}
353+
RefreshColsAfter(col);
353354
}
354355

355356
void wxHeaderCtrl::EndResizing(int xPhysical)

0 commit comments

Comments
 (0)