Skip to content
Snippets Groups Projects
Commit 2d5967f5 authored by Fatih Uzunoğlu's avatar Fatih Uzunoğlu Committed by Steve Lhomme
Browse files

qml: hide toolbar editor delegate until drop is completed

Currently, when `drop()` is called, the delegate is shown
in its original position with internal drag. This causes
the delegate to be shown for a momentary period of time
until it is removed from the view.

In order to prevent flickering, hide the delegate before
calling `drop()` and if the delegate is dropped in the same
view (intra-view move) then show it since the delegate
should not remain hidden in its new position.
parent 20343e3b
No related branches found
No related tags found
1 merge request!6338qml: fix tool bar editor delegate flickering
Pipeline #536656 passed with stage
in 37 minutes and 22 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment