hugoam / kiui

Auto-layout Ui library, lightweight, skinnable and system agnostic, with an OpenGL backend
zlib License
749 stars 71 forks source link

Combo box unexpected resizing and flickering on current item changing #15

Closed alexeyknyshev closed 9 years ago

alexeyknyshev commented 9 years ago

See video: https://www.youtube.com/watch?v=xsOf9IKryDs

I detected some flickering and size changing when selecting combobox items.

Regards, Alexey Knyshev

hugoam commented 9 years ago

Most of these (except the segfault) should have been solved in really recent commits (yesterday night) Please update and report back if they persist There is a layout error in the filtered combobox though, which I'll try to resolve

hugoam commented 9 years ago

Should be fixed in d42ff46

alexeyknyshev commented 9 years ago

Done, Thx a lot!