This commit is contained in:
SoftFever
2026-07-17 23:04:42 +08:00
parent 2614ef7d63
commit ee4fca1493
2 changed files with 1 additions and 1 deletions

View File

@@ -222,4 +222,4 @@ void CheckList::ShowMenu(wxMouseEvent &evt)
wxPoint screen_pos = src->ClientToScreen(evt.GetPosition());
wxPoint local_pos = ScreenToClient(screen_pos);
PopupMenu(&m, local_pos);
}
}