Remove unnecessary override.

openmw-39
Aesylwinn 9 years ago
parent 9ed2cf6581
commit 2cff2cd643

@ -112,11 +112,6 @@ bool CSVRender::PagedWorldspaceWidget::adjustCells()
} }
} }
/// \todo do not overwrite manipulator object
/// \todo move code to useViewHint function
if (modified && wasEmpty)
selectNavigationMode("trackball");
return modified; return modified;
} }

@ -50,8 +50,6 @@ CSVRender::UnpagedWorldspaceWidget::UnpagedWorldspaceWidget (const std::string&
update(); update();
mCell.reset (new Cell (document.getData(), mRootNode, mCellId)); mCell.reset (new Cell (document.getData(), mRootNode, mCellId));
selectNavigationMode("trackball");
} }
void CSVRender::UnpagedWorldspaceWidget::cellDataChanged (const QModelIndex& topLeft, void CSVRender::UnpagedWorldspaceWidget::cellDataChanged (const QModelIndex& topLeft,

Loading…
Cancel
Save