- Added highlighting of the target region for copy/move operations in frmLargeScaleCommand (fixes #40)
This commit is contained in:
@@ -22,20 +22,20 @@ object frmLargeScaleCommand: TfrmLargeScaleCommand
|
||||
Top = 0
|
||||
Width = 468
|
||||
Align = alClient
|
||||
PageIndex = 4
|
||||
PageIndex = 0
|
||||
ShowTabs = False
|
||||
TabOrder = 0
|
||||
object pgArea: TPage
|
||||
Caption = 'pgArea'
|
||||
ClientWidth = 462
|
||||
ClientHeight = 331
|
||||
ClientHeight = 358
|
||||
object sbArea: TScrollBox
|
||||
Left = 0
|
||||
Height = 331
|
||||
Height = 358
|
||||
Top = 0
|
||||
Width = 462
|
||||
Align = alClient
|
||||
ClientHeight = 329
|
||||
ClientHeight = 356
|
||||
ClientWidth = 460
|
||||
TabOrder = 0
|
||||
object pbArea: TPaintBox
|
||||
@@ -921,6 +921,7 @@ object frmLargeScaleCommand: TfrmLargeScaleCommand
|
||||
TreeOptions.PaintOptions = [toShowButtons, toShowDropmark, toThemeAware, toUseBlendedImages]
|
||||
TreeOptions.SelectionOptions = [toFullRowSelect]
|
||||
OnChange = vstActionsChange
|
||||
OnChecked = vstActionsChecked
|
||||
OnGetText = vstActionsGetText
|
||||
OnPaintText = vstActionsPaintText
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user