Skip to content

Hide thumbnail on drop

Marco Martin requested to merge work/mart/dropGlitch into master

Hide the thumbnail on drop before any event that could change the state and reset thumb position: after a drop we might move the window to a different desktop, which will cause thumbnail destruction and a creation of a new one in the new desktop. The instantiator for thumbnails is set to async. So the thumbnail will live for a while before destruction and must not be shown resetting in the wrong position

BUG:478777

Merge request reports