From b93c2400844393dba6a29905c786e5f3888b296f Mon Sep 17 00:00:00 2001 From: Javier Serrano Polo Date: Sun, 27 Aug 2006 21:43:53 +0000 Subject: [PATCH] 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 --- include/combobox.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/combobox.h b/include/combobox.h index 89127c174..b7b77e3f1 100644 --- a/include/combobox.h +++ b/include/combobox.h @@ -67,6 +67,7 @@ public: { setRange( 0, 0 ); m_items.clear(); + m_menu.clear(); update(); }