Changeset 17 for trunk/Form
- Timestamp:
- Apr 2, 2016, 8:57:38 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/Form/UFormMain.pas (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Form/UFormMain.pas
r16 r17 225 225 begin 226 226 with Core.Project do 227 if DriveInfo.Path <> TDriveInfo(ComboBoxDrive.Items.Objects[ComboBoxDrive.ItemIndex]).Paththen begin227 if (ComboBoxDrive.ItemIndex <> -1) and (DriveInfo.Path <> TDriveInfo(ComboBoxDrive.Items.Objects[ComboBoxDrive.ItemIndex]).Path) then begin 228 228 DriveInfo.Assign(TDriveInfo(ComboBoxDrive.Items.Objects[ComboBoxDrive.ItemIndex])); 229 229 Modified := True;
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/CoolDisk/chrome/site/your_project_logo.png)