[1.60 HF1] Map Menu, difficult to "Select" an object when SETA is active
Moderator: Moderators for English X Forum
-
- Posts: 391
- Joined: Sun, 9. Nov 08, 03:07
[1.60 HF1] Map Menu, difficult to "Select" an object when SETA is active
When SETA is active and MapMenu menu.mode == "orderparam_object" it is very difficult to select an object via the select context menu due to the refresh rate. Setting menu.noupdate = true in menu.createSelectContext(frame) and menu.noupdate = false in menu.closeContextMenu() solves the issue. I assume this applies to other uses of the select context menu, but I did not test them.