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