[Summary] Progressing dropdown

This commit is contained in:
Valeriy Kamyshniy 2014-09-03 18:14:34 +03:00
parent e59ebf02bb
commit 96003844c0
3 changed files with 7 additions and 18 deletions

View file

@ -463,7 +463,6 @@ WavesUI::create_ui (const XMLNodeList& definition, const XMLNodeMap& styles, Gtk
WavesDropdown* dropdown = dynamic_cast<WavesDropdown*> (&root);
if (dropdown) {
dbg_msg ("launching dropdown->create_menu ()");
add_dropdown_items (*dropdown, definition, styles);
} else {
for (XMLNodeList::const_iterator i = definition.begin (); i != definition.end (); ++i) {