diff options
-rw-r--r-- | src/mir_app/src/clistgroups.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mir_app/src/clistgroups.cpp b/src/mir_app/src/clistgroups.cpp index 82d9aea971..483cf7bfcb 100644 --- a/src/mir_app/src/clistgroups.cpp +++ b/src/mir_app/src/clistgroups.cpp @@ -479,7 +479,7 @@ MIR_APP_DLL(HMENU) Clist_GroupBuildMenu(int startId) int nextMenuId = startId + 1; // to use it as MGROUP then
- HMENU hRootMenu = CreateMenu();
+ HMENU hRootMenu = CreatePopupMenu();
for (int i = 0; i < arByIds.getCount(); i++) {
const wchar_t *pNextField = arByIds[i]->groupName;
HMENU hThisMenu = hRootMenu;
|