Skip to content

inspector/object-tree: Fix ! flash @ select widget

Daniel Boles requested to merge dboles/inspector-object-tree-flash into main

Widgets are flashed by the window when it receives Tree::object-selected but we only emitted ::object-selected from select_object(), i.e. if we got made to select by an external caller. We should also emit it when our single selection changes, so the window will receive it and flash.

fixes #6022 (closed)

Edited by Daniel Boles

Merge request reports