- 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:
2009-08-06 15:42:19 +02:00
parent 2b040fc5e3
commit 2cfde3eea5
5 changed files with 366 additions and 353 deletions

View File

@@ -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