mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-12 01:20:13 +03:00
Auto-expand previously expanded variables when repeating the same breakpoint.
This commit is contained in:
@@ -772,7 +772,7 @@ void DebuggerPlugin::buildStatusBar() {
|
||||
|
||||
debuggerStatusElem->onWidgetCreated = [this]( StatusDebuggerController* sdc, UIWidget* ) {
|
||||
UITreeView* uiExpressions = sdc->getUIExpressions();
|
||||
uiExpressions->setModel( mExpressionsHolder->model );
|
||||
uiExpressions->setModel( mExpressionsHolder->getModel() );
|
||||
uiExpressions->removeEventsOfType( Event::OnModelEvent );
|
||||
uiExpressions->onModelEvent( [this, uiExpressions]( const ModelEvent* modelEvent ) {
|
||||
if ( modelEvent->getModelEventType() == Abstract::ModelEventType::OpenMenu ) {
|
||||
|
||||
Reference in New Issue
Block a user