提交 9e173283 编写于 作者: J jp9000

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.
上级 cc2007f1
......@@ -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>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册