The branch, master has been updated
       via  e9126d231887cfdeeed096648201f9e0d2f0b6f5 (commit)
       via  c97ef9d53c554a4e5de6180247ca6d63709db77f (commit)
      from  39cb55a0defbf2634b2bc097f96e0d559303f5f7 (commit)


- Log -----------------------------------------------------------------
commit e9126d231887cfdeeed096648201f9e0d2f0b6f5
Merge: 39cb55a0defbf2634b2bc097f96e0d559303f5f7 
c97ef9d53c554a4e5de6180247ca6d63709db77f
Author: Marc Delisle <[email protected]>
Date:   Wed Jul 6 08:17:45 2011 -0400

    Merge commit 'c97ef9d53c554a4e5de6180247ca6d63709db77f'

commit c97ef9d53c554a4e5de6180247ca6d63709db77f
Author: Aris Feryanto <[email protected]>
Date:   Wed Jul 6 09:54:38 2011 +0800

    Show/hide column: fix bug - column resizer border's height not updated 
after toggling column visibility

-----------------------------------------------------------------------

Summary of changes:
 js/makegrid.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/js/makegrid.js b/js/makegrid.js
index 8b1bd7c..11bfa09 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());
             },
             
             /**


hooks/post-receive
-- 
phpMyAdmin

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git

Reply via email to