]> git.tdb.fi Git - libs/gltk.git/commit
Don't try to solve if container is smaller than its margins
authorMikko Rasa <tdb@tdb.fi>
Tue, 27 Nov 2012 21:52:39 +0000 (23:52 +0200)
committerMikko Rasa <tdb@tdb.fi>
Tue, 27 Nov 2012 21:56:17 +0000 (23:56 +0200)
commit76a7cd9ed443c1a6451e6fab98f428f7cce48eed
tree940053b8ed785af29748b3d7a3157d71b06da954
parent2ea95d42a147747c79cade5c9b7f299d47367be7
Don't try to solve if container is smaller than its margins

Attempting that would cause unsigneds to wrap around to very large values
and cause a weird solution.
source/layout.cpp