do not show "no action on laucher is defined" when ctrl-click-release an object (with no mouse movement in intuitive interface)

This commit is contained in:
stefan schippers 2025-03-26 04:07:49 +01:00
parent dcb5689191
commit 33050d406a
1 changed files with 1 additions and 1 deletions

View File

@ -1832,7 +1832,7 @@ void launcher(void)
} else { /* no action defined --> warning */
const char *msg = "No action on launcher is defined (url or tclcommand)";
dbg(0, "%s\n", msg);
if(has_x) tclvareval("alert_ {", msg, "} {}", NULL);
/* if(has_x) tclvareval("alert_ {", msg, "} {}", NULL); */ /* commented, annoying */
}
my_free(_ALLOC_ID_, &command);
tcleval("after 300");