Skip to content

Commit

Permalink
Fix Initial Size
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiago Milczarek Sayão committed Jan 29, 2020
1 parent 694641f commit 0c982d6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -384,7 +384,7 @@ void WindowContext::process_property_notify(GdkEventProperty *event) {

// set bounds again to set to correct window size that must
// be the total width and height accounting extents
set_bounds(0, 0, false, false, -1, -1, -1, -1);
set_bounds(0, 0, false, false, geometry.current_w, geometry.current_h, -1, -1);
}
}
}
Expand Down

0 comments on commit 0c982d6

Please sign in to comment.