Fixed: Issue #169
This commit is contained in:
parent
8c99755489
commit
105050b957
@ -1,10 +1,10 @@
|
|||||||
object frmUnSwDialog: TfrmUnSwDialog
|
object frmUnSwDialog: TfrmUnSwDialog
|
||||||
Left = 187
|
Left = 187
|
||||||
Top = 83
|
Top = 83
|
||||||
|
Width = 320
|
||||||
|
Height = 425
|
||||||
BorderIcons = [biSystemMenu]
|
BorderIcons = [biSystemMenu]
|
||||||
Caption = 'UnitSwitcher'
|
Caption = 'UnitSwitcher'
|
||||||
ClientHeight = 398
|
|
||||||
ClientWidth = 312
|
|
||||||
Color = clBtnFace
|
Color = clBtnFace
|
||||||
Constraints.MinHeight = 240
|
Constraints.MinHeight = 240
|
||||||
Constraints.MinWidth = 290
|
Constraints.MinWidth = 290
|
||||||
|
@ -595,8 +595,8 @@ begin
|
|||||||
else
|
else
|
||||||
dialogSettings := Settings.UnitsDialog;
|
dialogSettings := Settings.UnitsDialog;
|
||||||
|
|
||||||
dialogSettings.IncludeDataModules := chkForms.Checked;
|
dialogSettings.IncludeDataModules := chkDataModules.Checked;
|
||||||
dialogSettings.IncludeForms := chkDataModules.Checked;
|
dialogSettings.IncludeForms := chkForms.Checked;
|
||||||
dialogSettings.IncludeUnits := chkUnits.Checked;
|
dialogSettings.IncludeUnits := chkUnits.Checked;
|
||||||
dialogSettings.IncludeProjectSource := chkProjectSource.Checked;
|
dialogSettings.IncludeProjectSource := chkProjectSource.Checked;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user