From e63e70d606d79b3be8cb14afe57b5277db3516d4 Mon Sep 17 00:00:00 2001 From: wp_xxyyzz Date: Thu, 10 Aug 2023 17:38:46 +0000 Subject: [PATCH] TvPlanIt: Revert r8918 git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8919 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/tvplanit/source/vpnavbar.pas | 4 ---- 1 file changed, 4 deletions(-) diff --git a/components/tvplanit/source/vpnavbar.pas b/components/tvplanit/source/vpnavbar.pas index 3d8a37501..12047725d 100644 --- a/components/tvplanit/source/vpnavbar.pas +++ b/components/tvplanit/source/vpnavbar.pas @@ -1184,11 +1184,7 @@ end; procedure TVpCustomNavBar.CMDesignHitTest(var Msg: TCMDesignHitTest); begin - {$IFDEF LCL} - Msg.Result := 1; - {$ELSE} Msg.Result := LongInt(nabOverButton); - {$ENDIF} end; {=====}