diff options
| author | Tannin <devnull@localhost> | 2015-06-04 12:50:35 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2015-06-04 12:50:35 +0200 |
| commit | e21db0eaea1b4eda720e6c5f053db0fbf7643a69 (patch) | |
| tree | 757afbf1b94afc28ba02812368f3423b5f6d7a68 /src/editexecutablesdialog.ui | |
| parent | 859332e18d58cf8873852e29ba726be9b5efa0f2 (diff) | |
bugfix: moving an executable in the executable list caused that executable
to disappear
Diffstat (limited to 'src/editexecutablesdialog.ui')
| -rw-r--r-- | src/editexecutablesdialog.ui | 2 |
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>
|
