]> git.tdb.fi Git - libs/gltk.git/commit - source/dropdown.cpp
Improve Dropdown list management
authorMikko Rasa <tdb@tdb.fi>
Tue, 21 Jan 2014 23:03:31 +0000 (01:03 +0200)
committerMikko Rasa <tdb@tdb.fi>
Tue, 21 Jan 2014 23:03:31 +0000 (01:03 +0200)
commit96df5b14a964da5a592a36e10a23022d5649462a
tree99a845263013168d1a8bbad027f78eb7b7a229ab
parent1d6cebd9f1795a22d6be47a7a049496b89de46f7
Improve Dropdown list management

Having the list marked as visible when it shouldn't be could cause trouble
in some corner cases.

There's no need to resize the list if it isn't visible.
source/dropdown.cpp