make sure close button is hidden on windows that are being dragged

This commit is contained in:
Tom Beckmann 2014-07-17 01:08:11 +02:00
parent 967ff8397f
commit 486b505823

View File

@ -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;
}