Skip to content

Commit 7392bcb

Browse files
committed
Implemented #856: Always select next node upon deletion of the selected node
1 parent b3de2c1 commit 7392bcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Demos/Advanced/GeneralAbilitiesDemo.dfm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ object GeneralForm: TGeneralForm
6161
TreeOptions.AutoOptions = [toAutoDropExpand, toAutoScroll, toAutoSpanColumns, toAutoTristateTracking, toAutoHideButtons, toAutoChangeScale]
6262
TreeOptions.MiscOptions = [toAcceptOLEDrop, toCheckSupport, toEditable, toInitOnSave, toToggleOnDblClick, toWheelPanning, toEditOnClick]
6363
TreeOptions.PaintOptions = [toHideSelection, toHotTrack, toShowButtons, toShowDropmark, toShowRoot, toShowTreeLines, toShowVertGridLines, toThemeAware, toUseBlendedImages, toFullVertGridLines, toUseBlendedSelection]
64-
TreeOptions.SelectionOptions = [toExtendedFocus, toMiddleClickSelect, toMultiSelect, toRightClickSelect]
64+
TreeOptions.SelectionOptions = [toExtendedFocus, toMiddleClickSelect, toMultiSelect, toRightClickSelect, toSelectNextNodeOnRemoval]
6565
TreeOptions.StringOptions = [toSaveCaptions, toShowStaticText, toAutoAcceptEditChange]
6666
OnDragOver = VST2DragOver
6767
OnFocusChanging = VST2FocusChanging

0 commit comments

Comments
 (0)