forgot to enable some hints :)
This commit is contained in:
parent
3beaa0277f
commit
e2ae3b9329
@ -255,6 +255,8 @@ object EditForm: TEditForm
|
|||||||
Hint = 'Toggle world pivot mode'
|
Hint = 'Toggle world pivot mode'
|
||||||
Caption = 'tbPivotMode'
|
Caption = 'tbPivotMode'
|
||||||
ImageIndex = 15
|
ImageIndex = 15
|
||||||
|
ParentShowHint = False
|
||||||
|
ShowHint = True
|
||||||
Style = tbsCheck
|
Style = tbsCheck
|
||||||
OnClick = btnPivotModeClick
|
OnClick = btnPivotModeClick
|
||||||
end
|
end
|
||||||
@ -273,6 +275,8 @@ object EditForm: TEditForm
|
|||||||
Hint = 'Rotate triangle 90'#176' counter-clockwise'
|
Hint = 'Rotate triangle 90'#176' counter-clockwise'
|
||||||
Caption = 'tbRotate90CCW'
|
Caption = 'tbRotate90CCW'
|
||||||
ImageIndex = 17
|
ImageIndex = 17
|
||||||
|
ParentShowHint = False
|
||||||
|
ShowHint = True
|
||||||
OnClick = btTrgRotateLeft90Click
|
OnClick = btTrgRotateLeft90Click
|
||||||
end
|
end
|
||||||
object tbRotate90CW: TToolButton
|
object tbRotate90CW: TToolButton
|
||||||
@ -281,6 +285,8 @@ object EditForm: TEditForm
|
|||||||
Hint = 'Rotate triangle 90'#176' clockwise'
|
Hint = 'Rotate triangle 90'#176' clockwise'
|
||||||
Caption = 'tbRotate90CW'
|
Caption = 'tbRotate90CW'
|
||||||
ImageIndex = 18
|
ImageIndex = 18
|
||||||
|
ParentShowHint = False
|
||||||
|
ShowHint = True
|
||||||
OnClick = btTrgRotateRight90Click
|
OnClick = btTrgRotateRight90Click
|
||||||
end
|
end
|
||||||
object tbFlipHorz: TToolButton
|
object tbFlipHorz: TToolButton
|
||||||
@ -991,9 +997,11 @@ object EditForm: TEditForm
|
|||||||
Top = 162
|
Top = 162
|
||||||
Width = 113
|
Width = 113
|
||||||
Height = 17
|
Height = 17
|
||||||
Hint = 'Lock transform axis rotation'
|
Hint = 'Lock axis rotation'
|
||||||
Caption = 'Lock transform axis'
|
Caption = 'Lock transform axis'
|
||||||
Checked = True
|
Checked = True
|
||||||
|
ParentShowHint = False
|
||||||
|
ShowHint = True
|
||||||
State = cbChecked
|
State = cbChecked
|
||||||
TabOrder = 9
|
TabOrder = 9
|
||||||
OnClick = tbAxisLockClick
|
OnClick = tbAxisLockClick
|
||||||
|
Loading…
Reference in New Issue
Block a user