mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-26 20:02:02 +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;
|
LCLControl: TCustomTabControl;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
// Misc
|
// Misc Tab
|
||||||
|
|
||||||
TCDIntfSpinEdit = class(TCDSpinEdit)
|
TCDIntfSpinEdit = class(TCDSpinEdit)
|
||||||
public
|
public
|
||||||
@ -327,7 +327,7 @@ begin
|
|||||||
// Common Controls Tab
|
// Common Controls Tab
|
||||||
(AControl is TCDIntfProgressBar) or (AControl is TCDIntfTrackBar) or
|
(AControl is TCDIntfProgressBar) or (AControl is TCDIntfTrackBar) or
|
||||||
(AControl is TCDIntfPageControl) or
|
(AControl is TCDIntfPageControl) or
|
||||||
// Common Controls Tab
|
// Misc Tab
|
||||||
(AControl is TCDIntfSpinEdit)
|
(AControl is TCDIntfSpinEdit)
|
||||||
;
|
;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user