From: Mikko Rasa Date: Tue, 21 Jan 2014 23:03:31 +0000 (+0200) Subject: Improve Dropdown list management X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=96df5b14a964da5a592a36e10a23022d5649462a;hp=96df5b14a964da5a592a36e10a23022d5649462a;p=libs%2Fgltk.git 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. ---