clear the menu when the combobox is cleared

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@376 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Javier Serrano Polo
2006-08-27 21:43:53 +00:00
parent 0648712e39
commit b93c240084

View File

@@ -67,6 +67,7 @@ public:
{
setRange( 0, 0 );
m_items.clear();
m_menu.clear();
update();
}