git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@719 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-11-14 17:29:30 +00:00
parent 4fe99a5601
commit 2737f0fcf9
6 changed files with 17 additions and 7 deletions

View File

@@ -509,7 +509,7 @@ MwWidget MwFileChooser(MwWidget handle, const char* title) {
MwLLBeginStateChange(window->lowlevel);
if(handle != NULL) MwLLDetach(window->lowlevel, &p);
MwLLMakePopup(window->lowlevel, handle->lowlevel);
MwLLMakePopup(window->lowlevel, handle == NULL ? NULL : handle->lowlevel);
MwLLEndStateChange(window->lowlevel);
return window;