Changeset 3312
- Timestamp:
- 03/13/09 03:21:47 (3 years ago)
- File:
-
- 1 edited
-
trunk/Padre/lib/Padre/Wx/Main.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre/lib/Padre/Wx/Main.pm
r3308 r3312 188 188 my $statusbar = Padre::Wx::StatusBar->new($self); 189 189 $self->SetStatusBar($statusbar); 190 # show the statusbar if needed.191 if ( $self->config->main_statusbar ) {192 $statusbar->Show;193 } else {194 $statusbar->Hide;195 }196 190 197 191 # Create the three notebooks (document and tools) that … … 276 270 # so now we always turn the status bar on at the beginning and hide it in the timer, if it was not needed 277 271 # TODO: there might be better ways to fix that issue... 278 $s elf->GetStatusBar->Show;272 $statusbar->Show; 279 273 my $timer = Wx::Timer->new( $self, Padre::Wx::ID_TIMER_POSTINIT ); 280 274 Wx::Event::EVT_TIMER(
Note: See TracChangeset
for help on using the changeset viewer.
