Make pane active when activating one of its items
This commit is contained in:
parent
9d18f4a18a
commit
07c780bd72
2 changed files with 9 additions and 6 deletions
|
@ -326,6 +326,7 @@ impl Pane {
|
|||
}
|
||||
self.update_active_toolbar(cx);
|
||||
self.focus_active_item(cx);
|
||||
self.activate(cx);
|
||||
cx.notify();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue