From e946566e73a57c20de8705732638ee78bfb87a33 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Thu, 11 Jun 2009 15:37:53 +0000 Subject: [PATCH] Remove ugly flicker during resizing git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60998 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/generic/headerctrlg.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/generic/headerctrlg.cpp b/src/generic/headerctrlg.cpp index 491354c6bc..4c70667487 100644 --- a/src/generic/headerctrlg.cpp +++ b/src/generic/headerctrlg.cpp @@ -344,7 +344,8 @@ void wxHeaderCtrl::StartOrContinueResizing(unsigned int col, int xPhysical) } //else: we had already done the above when we started - UpdateResizingMarker(xPhysical); + // This results in ugly flicker + // UpdateResizingMarker(xPhysical); } } -- 2.47.2