Skip to content

MenuItem: Fix TypeError: Cannot read property 'leftPadding' of null

Jack Hill requested to merge jackh/qqc2-breeze-style:menu-indicator into master

Had to rename MenuItem.qml's root id from control to controlRoot to avoid some shadowing bug when doing control: control

Merge request reports