fixed on kde at least

git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@701 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-11-14 10:37:16 +00:00
parent e10fd1212c
commit 4cfdddbeaa
3 changed files with 59 additions and 17 deletions

View File

@@ -165,8 +165,8 @@ static void mwSubMenuAppearImpl(MwWidget handle, MwMenu menu, MwPoint* point) {
handle->internal = menu;
MwLLDetach(handle->lowlevel, point);
MwLLMakeToolWindow(handle->lowlevel);
MwLLDetach(handle->lowlevel, point);
MwLLShow(handle->lowlevel, 1);
for(i = 0; i < arrlen(menu->sub); i++) {