From 37d02ea3bdb8fdbe6aa8d15f8dae0bfdbf016ccf Mon Sep 17 00:00:00 2001 From: Ansgar Becker Date: Tue, 3 Dec 2013 05:59:23 +0000 Subject: [PATCH] Activate ShowHint property on main form, and especially let the toolbars inherit this property, so they show the quite useful tooltips again. --- source/main.dfm | 1 + 1 file changed, 1 insertion(+) diff --git a/source/main.dfm b/source/main.dfm index 225bff62..8c3abc0a 100644 --- a/source/main.dfm +++ b/source/main.dfm @@ -11,6 +11,7 @@ object MainForm: TMainForm Font.Style = [] OldCreateOrder = True Position = poDesigned + ShowHint = True OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnDestroy = FormDestroy