mirror of
https://github.com/elementary/gala.git
synced 2024-12-18 14:51:51 +03:00
make sure close button is hidden on windows that are being dragged
This commit is contained in:
parent
967ff8397f
commit
486b505823
@ -504,6 +504,8 @@ namespace Gala
|
||||
set_position (abs_x, abs_y);
|
||||
set_pivot_point ((click_x - abs_x) / width, (click_y - abs_y) / height);
|
||||
|
||||
close_button.opacity = 0;
|
||||
|
||||
return this;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user