If operation of creation of the Label on map is cancelled Label is not removed #15
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It is 4 in 1 bugs.
If operation of creation of the Label on map is cancelled by pressing 'X' button, the Label is not removed from map (it stays where were placed).
If any text description was entered, text will not be visible near the label that was left on map.
For labels left on the map after canceling, callback "OnUserCreateUserLabel" is not called.
If player will manually remove such a label by
remove labelinstrument in tool bar, callback "OnUserDeleteUserLabel" is not called in mission script.As a bug fix I suggest to change function of
xbutton from 'Cancel label creation' to 'Apply/Create label' (same as when player hit ENTER). Because there is no 'Apply/Create' button to click by mouse. Hitting ENTER key is not obvious action to complete label creation.