I have a Panel where items are List and two Toolbars are in dockedItems. One Toolbar is hidden by default other is visible. When I click one Toolbar it gets hidden and other visible ( using setVisible function ) The problem is that I can't see the active one until I resize a window. Maybe some one knows how could I repaint it or refresh? ( tried Ext.repaint(), didn't help )
Thanks