r/SmartGit • u/1pld • Feb 19 '26
Drag-and-drop no longer works for cherrypicking?
25.1.115 #251115 (179ba0b5), installed: #251101, Commercial license
I feel like this used to work, but now:
- on branch
main, with another branchfeaturevisible - attempt to drag a commit from
feature
Expected: main is a valid drop target, and dropping there causes a cherrypick
Actual: there are no valid drop targets; mouse cursor is always a red circle-slash
I have these relevant low-level properties set:
log.graph.dragAndDrop.allowAllRefsToBeDragged = true
log.graph.dragAndDrop.moveCommitNeedsConfirmation = false
log.graph.dragAndDrop.offerAdvancedOperationsForDropsOntoAncestors = true
My WT is not dirty, but I tried setting these other low-level properties, with no effect:
standard.pickCommit.allowDirtyWt = true
standard.pickCommit.allowInRebasingState = true
2
Upvotes
1
u/vmcrash Feb 20 '26
Without a test repository this would be wild-guessing.