]> git.tdb.fi Git - libs/gui.git/commit
Only set resizing flag to true in Window::reconfigure
authorMikko Rasa <tdb@tdb.fi>
Wed, 22 Jan 2014 19:52:21 +0000 (21:52 +0200)
committerMikko Rasa <tdb@tdb.fi>
Wed, 22 Jan 2014 19:52:21 +0000 (21:52 +0200)
commite5dd55567618c0a0789d25882d2e0eab69437d63
treee85fc09f0c048fb7911a8ae24c9a3fb460617a03
parentca9f477ac356849471c3a3fbf9584f78aadd6027
Only set resizing flag to true in Window::reconfigure

This ensures that multiple consecutive reconfigure calls with the same
size won't reset the flag to false and prevent resize signal emission.
source/graphics/window.cpp