We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d04f52 commit 8a63847Copy full SHA for 8a63847
ArduinoFloppyReader/ArduinoFloppyReaderWin/CReadFromDiskPage.cpp
@@ -173,11 +173,6 @@ void CReadFromDiskPage::OnCbnSelchangeDiskformat()
173
m_filename.SetWindowText(filename);
174
}
175
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
-
181
if (getImageType() == ImageType::itSCP) {
182
m_scpdd.ShowWindow(SW_SHOW);
183
m_scphd.ShowWindow(SW_SHOW);
0 commit comments