Skip to content
Snippets Groups Projects
Commit f2f43426 authored by Eric Koegel's avatar Eric Koegel
Browse files

Plugin: Keep menu open on slider grab release

parent 8547ab60
No related branches found
No related tags found
No related merge requests found
......@@ -299,7 +299,7 @@ scale_menu_item_button_release_event (GtkWidget *menuitem,
g_signal_emit (menuitem, signals[SLIDER_RELEASED], 0);
}
return FALSE;
return TRUE;
}
static gboolean
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment