mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
view: do not resize fullscreen windows
This commit is contained in:
parent
10d417258a
commit
3cdeaecb4b
1 changed files with 1 additions and 1 deletions
|
|
@ -747,7 +747,7 @@ view_place_initial(struct view *view, bool allow_cursor)
|
|||
void
|
||||
view_constrain_size_to_that_of_usable_area(struct view *view)
|
||||
{
|
||||
if (!view || !view->output) {
|
||||
if (!view || !view->output || view->fullscreen) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue