From e2ae3b93298a1b0205ae429de2ab68ae80a02139 Mon Sep 17 00:00:00 2001 From: zueuk Date: Sat, 15 Apr 2006 16:26:29 +0000 Subject: [PATCH] forgot to enable some hints :) --- 2.10/Source/Editor.dfm | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/2.10/Source/Editor.dfm b/2.10/Source/Editor.dfm index a8e5e1f..48eec6d 100644 --- a/2.10/Source/Editor.dfm +++ b/2.10/Source/Editor.dfm @@ -255,6 +255,8 @@ object EditForm: TEditForm Hint = 'Toggle world pivot mode' Caption = 'tbPivotMode' ImageIndex = 15 + ParentShowHint = False + ShowHint = True Style = tbsCheck OnClick = btnPivotModeClick end @@ -273,6 +275,8 @@ object EditForm: TEditForm Hint = 'Rotate triangle 90'#176' counter-clockwise' Caption = 'tbRotate90CCW' ImageIndex = 17 + ParentShowHint = False + ShowHint = True OnClick = btTrgRotateLeft90Click end object tbRotate90CW: TToolButton @@ -281,6 +285,8 @@ object EditForm: TEditForm Hint = 'Rotate triangle 90'#176' clockwise' Caption = 'tbRotate90CW' ImageIndex = 18 + ParentShowHint = False + ShowHint = True OnClick = btTrgRotateRight90Click end object tbFlipHorz: TToolButton @@ -991,9 +997,11 @@ object EditForm: TEditForm Top = 162 Width = 113 Height = 17 - Hint = 'Lock transform axis rotation' + Hint = 'Lock axis rotation' Caption = 'Lock transform axis' Checked = True + ParentShowHint = False + ShowHint = True State = cbChecked TabOrder = 9 OnClick = tbAxisLockClick