Ticket #205: reset_output_color.patch
| File reset_output_color.patch, 419 bytes (added by rhebus, 4 years ago) |
|---|
-
lib/Padre/Wx/Main.pm
1714 1714 }, 1715 1715 ); 1716 1716 } 1717 1718 # ticket #205, reset output style before running command 1719 $self->output->style_neutral; 1717 1720 1718 1721 # Start the command 1719 1722 $self->{command} = Wx::Perl::ProcessStream->OpenProcess( $cmd, 'MyName1', $self );
