Skip to content

Commit 77e93e3

Browse files
committed
* ui: Do not show log pane automatically if debugger is started, because this will interfere with hide log pane (fix ticket obfuscated#22)
git-svn-id: https://svn.code.sf.net/p/codeblocks/code/trunk@12326 2a5c6006-c6dd-42ca-98ab-0921f2732cef
1 parent ba65536 commit 77e93e3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/sdk/cbplugin.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -596,8 +596,6 @@ void cbDebuggerPlugin::SwitchToDebuggingLayout()
596596

597597
// switch to debugging layout
598598
Manager::Get()->ProcessEvent(switchEvent);
599-
600-
ShowLog(false);
601599
}
602600

603601
void cbDebuggerPlugin::SwitchToPreviousLayout()

0 commit comments

Comments
 (0)