mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
Remove call to an element that doesn't exist
I imagine this was ported away from Loader but it's not anymore.
This commit is contained in:
parent
4e67f0e2b0
commit
9bda1b66ff
1 changed files with 0 additions and 1 deletions
|
|
@ -278,7 +278,6 @@ Item {
|
|||
|
||||
//FIXME: why this is needed?
|
||||
width: flow.columnWidth
|
||||
height: item ? item.implicitHeight : 0
|
||||
|
||||
Connections {
|
||||
target: delegateItem
|
||||
|
|
|
|||
Loading…
Reference in a new issue