Hide selection while dragging window clone in workspace-view (#526)

This commit is contained in:
Adam Bieńkowski 2019-05-14 10:37:49 +02:00 committed by Rico Tzschichholz
parent 5a7f0cd85f
commit ca32785fe4

View File

@ -532,6 +532,8 @@ namespace Gala
prev_parent.remove_child (this);
stage.add_child (this);
active_shape.hide ();
var scale = window_icon.width / clone.width;
clone.get_transformed_position (out abs_x, out abs_y);
@ -621,6 +623,8 @@ namespace Gala
Meta.Workspace workspace = null;
var primary = window.get_screen ().get_primary_monitor ();
active_shape.show ();
if (destination is IconGroup) {
workspace = ((IconGroup) destination).workspace;
} else if (destination is FramedBackground) {