mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-12 01:20:13 +03:00
Highlight current debugged line.
Hid debugger panel if other panel is opened. Silence the debugger by default.
This commit is contained in:
@@ -630,6 +630,7 @@ void UniversalLocator::showBar() {
|
||||
mApp->hideStatusTerminal();
|
||||
mApp->hideStatusBuildOutput();
|
||||
mApp->hideStatusAppOutput();
|
||||
mApp->getStatusBar()->hideAllElements();
|
||||
|
||||
mLocateBarLayout->setVisible( true );
|
||||
mLocateInput->setFocus();
|
||||
|
||||
Reference in New Issue
Block a user