Skip to content

Commit 8a63847

Browse files
committed
minor bug fix
1 parent 0d04f52 commit 8a63847

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ArduinoFloppyReader/ArduinoFloppyReaderWin/CReadFromDiskPage.cpp

-5
Original file line numberDiff line numberDiff line change
@@ -173,11 +173,6 @@ void CReadFromDiskPage::OnCbnSelchangeDiskformat()
173173
m_filename.SetWindowText(filename);
174174
}
175175

176-
bool allowTracks = (getImageType() != ImageType::itIBM) && (getImageType() != ImageType::itST);
177-
m_tracks80.EnableWindow(allowTracks);
178-
m_tracks82.EnableWindow(allowTracks);
179-
m_tracks84.EnableWindow(allowTracks && (getImageType() != ImageType::itADF));
180-
181176
if (getImageType() == ImageType::itSCP) {
182177
m_scpdd.ShowWindow(SW_SHOW);
183178
m_scphd.ShowWindow(SW_SHOW);

0 commit comments

Comments
 (0)