]> git.mdlowis.com Git - proto/labwc.git/commit
src/ssd/ssd_titlebar.c: Completely hide title when running out of space
authorConsolatis <35009135+Consolatis@users.noreply.github.com>
Fri, 12 Aug 2022 12:12:31 +0000 (14:12 +0200)
committerJohan Malm <johanmalm@users.noreply.github.com>
Fri, 12 Aug 2022 13:56:51 +0000 (14:56 +0100)
commit1cdebbc22daa83222e9f5170cf3cb1afc4c4e90e
tree0f882fc5197477215b8d604f207fac91a66af53f
parenta610aff946d4fb2d7f16f2cbe818fe91b0ba5f79
src/ssd/ssd_titlebar.c: Completely hide title when running out of space

Before this commit the window title could overflow in certain conditions,
usually when rapidly resizing. This commit fixes it by completely hiding
the corresponding scene node when there is no space available.

Reported-by: <peperino> via IRC
src/ssd/ssd_titlebar.c