Skip to content
Snippets Groups Projects
Commit 1003629e authored by anikhalder's avatar anikhalder
Browse files

Temporarily commenting out in order to update scene when no object is selected (needs to be fixed)

parent 38e4c506
No related branches found
No related tags found
No related merge requests found
......@@ -139,8 +139,9 @@ void RealSpaceCanvas::onDataChanged(const QModelIndex& index)
void RealSpaceCanvas::updateScene()
{
if (!m_currentSelection.isValid())
return;
// TODO: Fix m_currentSelection when model is about to die
// if (!m_currentSelection.isValid())
// return;
QApplication::setOverrideCursor(Qt::WaitCursor);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment