Skip to content
Snippets Groups Projects
Commit 0c8ce959 authored by Edric Milaret's avatar Edric Milaret Committed by gerrit2
Browse files

sourcemodel: fix selection not being updated

Change-Id: I24b6af8e69072416055dc90d6cf8ffeb03a1d1bb
Tuleap: #297
parent 4d48cf88
No related branches found
No related tags found
No related merge requests found
......@@ -160,6 +160,7 @@ void Video::SourceModel::switchTo(const int idx)
.arg(Video::DeviceModel::instance().index(idx-ExtendedDeviceList::COUNT__,0).data(Qt::DisplayRole).toString()));
break;
};
d_ptr->m_CurrentSelection = newIdx;
}
///Set the index of the currently used source
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment