Skip to content

Commit

Permalink
redirect also dump to cout
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Jul 25, 2019
1 parent 008bcfc commit acb108b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/ptg-configurator/ptgConfiguratorMain.cpp
Expand Up @@ -707,7 +707,7 @@ ptgConfiguratorframe::ptgConfiguratorframe(wxWindow* parent, wxWindowID id)
nullptr, this);

// Redirect all output to control:
m_myRedirector = new CMyRedirector(edLog, false, 100, true);
m_myRedirector = new CMyRedirector(edLog, false, 100, true, false, true);

WX_START_TRY

Expand Down

0 comments on commit acb108b

Please sign in to comment.