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:
parent
3d87038f19
commit
9ef6945109
@ -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", "");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user