awesome/lib/wibox
Uli Schlachter f025409cd3 wibox.container.margin: Do not produce negative sizes
With draw_empty=false, :fit() can return 0,0. Then, when :layout() is
called, it will compute negative widths and heights. This can then cause
lots of problems later on.

Avoid this by having :layout() return nothing instead of producing
negative sizes.

Fixes: https://github.com/awesomeWM/awesome/issues/2799
Signed-off-by: Uli Schlachter <psychon@znc.in>
2019-06-19 18:18:06 +02:00
..
container wibox.container.margin: Do not produce negative sizes 2019-06-19 18:18:06 +02:00
layout doc: Fix all the property, theme and field types. 2019-06-08 18:14:14 -04:00
widget imagebox: apply shape before scale (#2793) 2019-06-12 19:39:00 -04:00
drawable.lua Add & use a dpi property on screen objects 2017-10-08 12:30:21 +02:00
hierarchy.lua doc: Use an explicit tag for all static functions. 2019-06-08 18:14:13 -04:00
init.lua doc: Add a constructor stereotype for everything. 2019-06-08 18:13:42 -04:00