mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 05:19:31 +02:00
TDateEdit: Fix calendar not closing on double-click. Issue #39519, patch by Daniel Rikowski.
This commit is contained in:
parent
cb9d685f79
commit
dbf1fef155
@ -160,7 +160,6 @@ begin
|
||||
{$ifdef debug_win32calendar}
|
||||
if IsConsole then writeln(' HitTestInfo.cbSize = ',HitTestInfo.cbSize);
|
||||
{$endif}
|
||||
HitTestInfo := Default(MCHITTESTINFO);
|
||||
HitPart := SendMessage(ACalendar.Handle, MCM_HITTEST, 0, LPARAM(@HitTestInfo));
|
||||
{$ifdef debug_win32calendar}
|
||||
//if IsConsole then writeln('TWin32WSCustomCalendar.HitTest: Handle = ',IntToHex(ACalendar.Handle,8));
|
||||
|
Loading…
Reference in New Issue
Block a user