Fix bug in RideMetadata

Detected in #4769 and introduced by 43b8ed7
This commit is contained in:
Alejandro Martinez
2026-02-07 09:42:35 -03:00
parent 9087c0df99
commit 3b5ec9043d

View File

@@ -450,7 +450,7 @@ RideMetadata::configChanged(qint32)
delete d.value();
}
tabList.clear();
formFields.empty();
formFields.clear();
// remove editor if it exists
if (tabs->count() > 0) tabs->removeTab(tabs->count()-1);