From 79a3a03c3ef2a997a101c07eaf1fbff5aaff4974 Mon Sep 17 00:00:00 2001 From: michl Date: Mon, 26 Jun 2017 06:18:56 +0000 Subject: [PATCH] MenuEditor: Remove calculation of ShadowBox from wrong place. git-svn-id: trunk@55393 - --- designer/menueditor.pp | 1 - 1 file changed, 1 deletion(-) diff --git a/designer/menueditor.pp b/designer/menueditor.pp index 2bb4f3d1d8..6c318b6a63 100644 --- a/designer/menueditor.pp +++ b/designer/menueditor.pp @@ -1941,7 +1941,6 @@ begin Canvas.FillRect(r); Canvas.Frame(r); end; - LocateShadows; EndUpdate; end;