From c97ef9d53c554a4e5de6180247ca6d63709db77f Mon Sep 17 00:00:00 2001 From: Aris Feryanto Date: Wed, 6 Jul 2011 09:54:38 +0800 Subject: [PATCH] Show/hide column: fix bug - column resizer border's height not updated after toggling column visibility --- js/makegrid.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/makegrid.js b/js/makegrid.js index 8b1bd7cd0d..11bfa09f17 100644 --- a/js/makegrid.js +++ b/js/makegrid.js @@ -215,6 +215,7 @@ $cb.css('left', $this.position().left + $this.outerWidth(true)) .show(); } + $(this.cRsz).css('height', $(this.t).height()); }, /**