We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 209644c commit d74d12eCopy full SHA for d74d12e
src/HidableWindow.vala
@@ -22,8 +22,6 @@ public class Gala.HidableWindow : GLib.Object {
22
}
23
24
construct {
25
- return_if_fail (window != null);
26
-
27
var rect = window.get_frame_rect ();
28
actual_x = rect.x;
29
actual_y = rect.y;
0 commit comments