Changeset 10392

Show
Ignore:
Timestamp:
01/30/10 19:22:13 (7 months ago)
Author:
adamk
Message:

Turns out you need to do an explicit AUI update after all

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Padre/lib/Padre/Wx/Main.pm

    r10387 r10392  
    16551655        $self->config->set( main_functions => $on ); 
    16561656        $self->_show_functions($on); 
     1657        $self->aui->Update; 
    16571658        $self->ide->save_config; 
    16581659