You've already forked lazarus-ccr
tvplanit: Make sure that the first time start of full demo uses reasonable default values.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5130 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -57,7 +57,7 @@ object MainForm: TMainForm
|
||||
Height = 528
|
||||
Top = 48
|
||||
Width = 834
|
||||
PageIndex = 3
|
||||
PageIndex = 4
|
||||
Align = alClient
|
||||
TabOrder = 1
|
||||
TabStop = True
|
||||
|
@ -615,8 +615,8 @@ begin
|
||||
end;
|
||||
|
||||
CbLanguages.Items.Assign(po);
|
||||
SetLanguage(lang);
|
||||
// SetLanguage(GetDefaultLang);
|
||||
// SetLanguage(lang);
|
||||
SetLanguage(GetDefaultLang);
|
||||
|
||||
finally
|
||||
po.Free;
|
||||
@ -779,7 +779,7 @@ begin
|
||||
if WindowState = wsNormal then begin
|
||||
ini.WriteInteger('Form', 'Width', Width);
|
||||
ini.WriteInteger('Form', 'Height', Height);
|
||||
ini.WriteInteger('Left', 'Left', Left);
|
||||
ini.WriteInteger('Form', 'Left', Left);
|
||||
ini.WriteInteger('Form', 'Top', Top);
|
||||
end;
|
||||
if FActiveView = 0 then begin
|
||||
|
Reference in New Issue
Block a user