mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 05:58:06 +02:00
CustomDrawn: Fix comments (Patch by LagProgramming, https://forum.lazarus.freepascal.org/index.php/topic,64186.msg487506.html )
This commit is contained in:
parent
4d033a9af6
commit
5f92439334
@ -77,7 +77,7 @@ type
|
||||
LCLControl: TCustomTabControl;
|
||||
end;
|
||||
|
||||
// Misc
|
||||
// Misc Tab
|
||||
|
||||
TCDIntfSpinEdit = class(TCDSpinEdit)
|
||||
public
|
||||
@ -327,7 +327,7 @@ begin
|
||||
// Common Controls Tab
|
||||
(AControl is TCDIntfProgressBar) or (AControl is TCDIntfTrackBar) or
|
||||
(AControl is TCDIntfPageControl) or
|
||||
// Common Controls Tab
|
||||
// Misc Tab
|
||||
(AControl is TCDIntfSpinEdit)
|
||||
;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user