Try to track down abort() reported by Nathan

This should have had a `fatal` message like other
all abort() calls.
This commit is contained in:
Robin Gareus 2023-09-21 20:49:36 +02:00
parent 40b5af144c
commit 0a1ab716a1
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -1943,7 +1943,7 @@ Editor::button_release_handler (ArdourCanvas::Item* item, GdkEvent* event, ItemT
case MouseGrid:
/* MouseGrid clicks are handled by _canvas_grid_zone */
assert (0);
fatal << _("programming error: MouseGrid clicks are handled by _canvas_grid_zone!") << endmsg;
abort(); /*NOTREACHED*/
break;