mirror of
https://github.com/elementary/gala.git
synced 2024-12-17 22:22:05 +03:00
Hide selection while dragging window clone in workspace-view (#526)
This commit is contained in:
parent
5a7f0cd85f
commit
ca32785fe4
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user