Fix incorrect streaming of TLegalNoticePlugin

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9516 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz 2024-12-09 16:17:29 +00:00
parent 63d85ad7a2
commit 58a4ae4f18
2 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ object Form1: TForm1
Caption = 'Form1'
ClientHeight = 473
ClientWidth = 669
LCLVersion = '4.99.0.0'
OnCreate = FormCreate
LCLVersion = '3.4.0.0'
object MapView1: TMapView
Left = 0
Height = 473
@ -28,7 +28,6 @@ object Form1: TForm1
object MvPluginManager1LegalNoticePlugin2: TLegalNoticePlugin
LegalNotice = 'Copyright'
LegalNoticeURL = 'https://www.openstreetmap.org'
Spacing = 0
end
object MvPluginManager1DraggableMarkerPlugin2: TDraggableMarkerPlugin
end

View File

@ -267,6 +267,7 @@ begin
FPosition := lnpBottomRight;
FFont := TFont.Create;
FFont.OnChange := @Changed;
FSpacing := DEFAULT_LEGALNOTICE_SPACING;
end;
destructor TLegalNoticePlugin.Destroy;