Skip to content

sidebar: Fix unexpected switching to category page when clicking on separator

ivan tkachenko requested to merge work/ratijas/column-view into master

The main application item is supposed to be padded by the separator on the right. But in fact it has no clipping on its own, so if its subpage is sticking to the right -- you can still click it, and it will become focused and active as far as ColumnView is concerned. To fix this, prevent any interactions with the area covered by the separator by slapping a MouseArea on top of it.

record-2023-09-03_22.11.31

Merge request reports