Skip to content
Commit 2d218c5c authored by Nate Graham's avatar Nate Graham
Browse files

Group identically-scoped buttons on Toolbar

Right now Ark's viewer window toolbar contains buttons with different
scopes: some operate on the full contents of the view, while others
operate on the set of selected items. The ones with a selection-scope
correctly disable themselves when nothing is selected, which is good.
However they are not grouped together; instead they are intermixed with
the global-scope actions. This is slightly confusing.

This commit fixes that by grouping the global-scope actions and the
selection-scope actions together, and separates the groups with a
separator.
parent 29251d84
Pipeline #218711 passed with stage
in 2 minutes and 55 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment