awesome/lib/wibox/container
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
..
arcchart.lua doc: Fix all the property, theme and field types. 2019-06-08 18:14:14 -04:00
background.lua doc: Add a constructor stereotype for everything. 2019-06-08 18:13:42 -04:00
constraint.lua doc: Fix all the property, theme and field types. 2019-06-08 18:14:14 -04:00
init.lua container: Add an placement container. 2017-02-11 16:10:13 -05:00
margin.lua wibox.container.margin: Do not produce negative sizes 2019-06-19 18:18:06 +02:00
mirror.lua doc: Add a constructor stereotype for everything. 2019-06-08 18:13:42 -04:00
place.lua doc: Add a constructor stereotype for everything. 2019-06-08 18:13:42 -04:00
radialprogressbar.lua doc: Fix all the property, theme and field types. 2019-06-08 18:14:14 -04:00
rotate.lua doc: Add a constructor stereotype for everything. 2019-06-08 18:13:42 -04:00
scroll.lua doc: Add a constructor stereotype for everything. 2019-06-08 18:13:42 -04:00