Skip to content

Don't allow duplicate shortcuts for widget classes

Matthias Clasen requested to merge class-shortcut-conflicts into master

Make gtk_widget_class_add_shortcut() remove an existing shortcut with the same trigger before adding the new shortcut. Whenever this happens, this is most likely the intention.

Fixes: #4130 (closed)

Merge request reports