s/_/./
This commit is contained in:
parent
6a7c0b893a
commit
97719044b1
1 changed files with 1 additions and 1 deletions
|
@ -1234,7 +1234,7 @@ void client_update_normal_hints(ObClient *self)
|
|||
if (size.flags & PBaseSize)
|
||||
SIZE_SET(self->base_size, size.base_width, size.base_height);
|
||||
|
||||
if (size.flags & PResizeInc && size.width_inc && size_height_inc)
|
||||
if (size.flags & PResizeInc && size.width_inc && size.height_inc)
|
||||
SIZE_SET(self->size_inc, size.width_inc, size.height_inc);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue