mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 04:58:11 +02:00
Adds registration of the default TWSLazDeviceAPIs class when the WS lacks an implementation
git-svn-id: trunk@34947 -
This commit is contained in:
parent
2ef6d922c8
commit
ca2975464a
@ -74,9 +74,8 @@ const
|
||||
Done: Boolean = False;
|
||||
begin
|
||||
if Done then exit;
|
||||
WSRegisterLazDeviceAPIs;
|
||||
// if not WSRegisterArrow then
|
||||
// RegisterWSComponent(TArrow, TWSArrow);
|
||||
if not WSRegisterLazDeviceAPIs() then
|
||||
RegisterWSLazDeviceAPIs(TWSLazDeviceAPIs);
|
||||
Done := True;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user