- Changed TfrmFilter to enable tile and hue filter on tile/hue list changes
- Changed TfrmFilter placement to be off by -4 in x and y direction - Disabled "scroll to center" in TfrmMain's TileList - Disabled unncessary drag operations in TfrmMain's TileList
This commit is contained in:
@@ -148,6 +148,7 @@ object frmMain: TfrmMain
|
||||
BorderSpacing.Right = 4
|
||||
DefaultNodeHeight = 44
|
||||
DragMode = dmAutomatic
|
||||
DragOperations = []
|
||||
DragType = dtVCL
|
||||
Header.AutoSizeIndex = 2
|
||||
Header.Columns = <
|
||||
@@ -175,7 +176,7 @@ object frmMain: TfrmMain
|
||||
TreeOptions.AutoOptions = [toAutoScroll, toAutoScrollOnExpand, toAutoTristateTracking, toAutoDeleteMovedNodes]
|
||||
TreeOptions.MiscOptions = [toFullRepaintOnResize, toInitOnSave, toToggleOnDblClick, toWheelPanning, toFullRowDrag]
|
||||
TreeOptions.PaintOptions = [toShowButtons, toShowDropmark, toThemeAware, toUseBlendedImages, toStaticBackground]
|
||||
TreeOptions.SelectionOptions = [toFullRowSelect, toMultiSelect, toCenterScrollIntoView]
|
||||
TreeOptions.SelectionOptions = [toFullRowSelect, toMultiSelect]
|
||||
OnClick = vdtTilesClick
|
||||
OnDrawNode = vdtTilesDrawNode
|
||||
OnEnter = vdtTilesEnter
|
||||
|
||||
Reference in New Issue
Block a user