Changeset 473
- Timestamp:
- 10/26/08 02:35:46 (3 years ago)
- File:
-
- 1 edited
-
trunk/lib/Padre/Wx/MainWindow.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Padre/Wx/MainWindow.pm
r472 r473 221 221 # TODO maybe some users want to make sure the output window is always 222 222 # off at startup. 223 $_[0]->show_output(1); 223 unless ( Padre::Util::WIN32 ) { 224 $_[0]->show_output(1); 225 } 224 226 $_[0]->show_output($output) if not $output; 225 227 }, … … 1127 1129 sub show_output { 1128 1130 my $self = shift; 1131 1129 1132 my $on = @_ ? $_[0] ? 1 : 0 : $self->{menu}->{view_output}->IsChecked; 1133 return if Padre::Util::WIN32 and not $on; 1134 1130 1135 my $config = Padre->ide->config; 1131 1136 $config->{main_output} = $on;
Note: See TracChangeset
for help on using the changeset viewer.
