mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 08:58:23 +02:00
Fixes bug #20442: PAge Control crashes into EReadError of OnPageChanged even on WinCE
git-svn-id: trunk@32937 -
This commit is contained in:
parent
13daaaa219
commit
7426f761eb
@ -789,6 +789,7 @@ begin
|
||||
RegisterPropertyToSkip(TPageControl, 'MultiLine', 'VCL compatibility property', '');
|
||||
RegisterPropertyToSkip(TPageControl, 'TabWidth', 'VCL compatibility property', '');
|
||||
RegisterPropertyToSkip(TPageControl, 'TabHeight', 'VCL compatibility property', '');
|
||||
RegisterPropertyToSkip(TPageControl, 'OnPageChanged', 'Was removed in Laz 0.9.31 due to incompatibilities with OnChange, which does the same thing.', '');
|
||||
// if not WSRegisterPageControl then
|
||||
// RegisterWSComponent(TPageControl, TWSPageControl);
|
||||
Done := True;
|
||||
|
Loading…
Reference in New Issue
Block a user