summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-12-11 20:27:29 -0500
committerPietro Gagliardi <[email protected]>2014-12-11 20:27:29 -0500
commitb73b5b2ed0cf335cc1498a09b9e636c81205af17 (patch)
treec2ed686183e4df1030415878d3d7d4229a9a5a0e
parent6286a3319f703373e500e52280f218e58863011f (diff)
Removed a call to repositionHeader() in the resize handler; we already do this in hscrollto(), which is called by updateTableWidth().
-rw-r--r--wintable/new/resize.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/wintable/new/resize.h b/wintable/new/resize.h
index 4121d3f..e518671 100644
--- a/wintable/new/resize.h
+++ b/wintable/new/resize.h
@@ -13,7 +13,6 @@ HANDLER(resizeHandler)
wp = (WINDOWPOS *) lParam;
if ((wp->flags & SWP_NOSIZE) != 0)
return FALSE;
- repositionHeader(t);
updateTableWidth(t);
*lResult = 0;
return TRUE;