whitebalance : fix bug in changing method, #5676
This commit is contained in:
@@ -897,7 +897,7 @@ int WhiteBalance::_setActiveMethod(Glib::ustring &label, Gtk::TreeModel::Childre
|
|||||||
|
|
||||||
if (row[methodColumns.colLabel] == label) {
|
if (row[methodColumns.colLabel] == label) {
|
||||||
method->set_active(iter);
|
method->set_active(iter);
|
||||||
found = method->get_active_row_number();
|
found = row[methodColumns.colId];
|
||||||
}
|
}
|
||||||
|
|
||||||
if (found != -1) {
|
if (found != -1) {
|
||||||
|
Reference in New Issue
Block a user