disabling dialogue sub-views for now

pull/16/head
Marc Zinnschlag 12 years ago
parent cd662af634
commit 90d05858ef

@ -21,5 +21,6 @@ void CSVWorld::TableSubView::setEditLock (bool locked)
void CSVWorld::TableSubView::rowActivated (const QModelIndex& index)
{
focusId (mTable->getUniversalId (index.row()));
/// \todo re-enable, after dialogue sub views have been fixed up
// focusId (mTable->getUniversalId (index.row()));
}
Loading…
Cancel
Save