Final changes, branch now buildable

This commit is contained in:
Thanatomanic
2020-10-16 16:15:10 +02:00
parent badf92ba64
commit c8ef1ee628
11 changed files with 34 additions and 34 deletions

View File

@@ -175,9 +175,10 @@ void ExifPanel::setImageData (const FramesMetaData* id)
Gtk::TreeModel::Children ExifPanel::addTag(const std::string &key, const Glib::ustring &label, const Glib::ustring &value, bool editable, bool edited)
{
if (!value.validate()) {
value = "???";
}
// TODO Re-fix #5923 if necessary
//if (!value.validate()) {
// value = "???";
//}
auto root = exifTreeModel->children();