diff options
| -rw-r--r-- | Script.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -870,6 +870,7 @@ func SubMenuItemCallback(int action, object menuObject, args, array allArgs) func DecodeSelection(int& selection) { + selection ??= 0; var column = selection % columnCount; selection /= columnCount; selection -= columnOffsets[column]; |
