Skip to content

Commit

Permalink
Fix hydrogen-music#30 Tag editor drag-n-drop will show copy.
Browse files Browse the repository at this point in the history
  • Loading branch information
Boris Ratner authored and Boris Ratner committed Sep 7, 2017
1 parent a447b30 commit 28e2172
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/gui/src/SongEditor/SongEditorPanelTagWidget_UI.ui
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@
<item>
<widget class="QTableWidget" name="tagTableWidget">
<property name="dragDropMode">
<enum>QAbstractItemView::InternalMove</enum>
<enum>QAbstractItemView::DragDrop</enum>
</property>
<property name="defaultDropAction">
<enum>Qt::CopyAction</enum>
</property>
<attribute name="horizontalHeaderDefaultSectionSize">
<number>100</number>
Expand Down

0 comments on commit 28e2172

Please sign in to comment.