]> git.tdb.fi Git - libs/gltk.git/commit
Store autosized geom in Layout::Slot
authorMikko Rasa <tdb@tdb.fi>
Tue, 27 Nov 2012 07:36:36 +0000 (09:36 +0200)
committerMikko Rasa <tdb@tdb.fi>
Tue, 27 Nov 2012 14:50:27 +0000 (16:50 +0200)
commit99595e939b7f5753773f36a0a8298cd837924030
tree868b4a374ce3a6918504dd535644c618e8812cad
parent39cf4c8d917dc60c087fb4af6885bfa78f6fba34
Store autosized geom in Layout::Slot

This avoids having to autosize all widgets in the layout every time one of
them changes, and allows checking whether an update is actually needed.
source/layout.cpp
source/layout.h