1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-03-20 10:17:16 +01:00

see #2483 need to clear both host os and version QComboBox widgets

This commit is contained in:
Vadim Kurland 2011-06-05 22:55:39 -07:00
parent 3d87038f19
commit 9ef6945109

View File

@ -214,6 +214,11 @@ void IC_PlatformWarningPage::initializePage()
platformOk = true;
m_dialog->version->clear();
m_dialog->hostOS->clear();
wz->host_os_list.clear();
wz->version_list.clear();
// populate host OS items using standard function from platforms.cpp
// but add an empty item on top and make it current
setHostOS(m_dialog->hostOS, "pf", "");