trigger_ui: remove thinko (I think? what does double-click have to do with ungrab?)

This commit is contained in:
Ben Loftis 2022-01-27 13:09:41 -06:00
parent 2e5a266d24
commit 78270d6754
1 changed files with 0 additions and 1 deletions

View File

@ -695,7 +695,6 @@ TriggerEntry::event (GdkEvent* ev)
}
switch (ev->type) {
case GDK_2BUTTON_PRESS:
case GDK_BUTTON_RELEASE:
if(_grabbed) {
ungrab();