summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2015-06-04 12:50:35 +0200
committerTannin <devnull@localhost>2015-06-04 12:50:35 +0200
commite21db0eaea1b4eda720e6c5f053db0fbf7643a69 (patch)
tree757afbf1b94afc28ba02812368f3423b5f6d7a68
parent859332e18d58cf8873852e29ba726be9b5efa0f2 (diff)
bugfix: moving an executable in the executable list caused that executable
to disappear
-rw-r--r--src/editexecutablesdialog.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editexecutablesdialog.ui b/src/editexecutablesdialog.ui
index 708d512c..5a1137c9 100644
--- a/src/editexecutablesdialog.ui
+++ b/src/editexecutablesdialog.ui
@@ -26,7 +26,7 @@
<enum>QAbstractItemView::InternalMove</enum>
</property>
<property name="defaultDropAction">
- <enum>Qt::MoveAction</enum>
+ <enum>Qt::TargetMoveAction</enum>
</property>
<property name="selectionMode">
<enum>QAbstractItemView::ExtendedSelection</enum>