UI: Fix Delete shortcut for scenes/sources listboxes

When the new UI was put in, the action shortcuts were unintentionally
removed from the list boxes.
This commit is contained in:
jp9000 2016-01-28 15:04:20 -08:00
parent cc2007f120
commit 9e17328392

View File

@ -334,7 +334,8 @@
</property>
<property name="defaultDropAction">
<enum>Qt::TargetMoveAction</enum>
</property>
</property>
<addaction name="actionRemoveScene"/>
</widget>
</item>
<item>
@ -520,7 +521,8 @@
</property>
<property name="selectionMode">
<enum>QAbstractItemView::ExtendedSelection</enum>
</property>
</property>
<addaction name="actionRemoveSource"/>
</widget>
</item>
<item>