mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-01 05:46:06 -04:00
--Bug fixes
-Dragging library items to a new position was not properly resetting the current flame pointer, so subsequent edits would unintentionally overwrite different flames.
This commit is contained in:
@ -148,6 +148,9 @@ void FractoriumEmberController<T>::SyncLibrary(eLibraryUpdate update)
|
|||||||
|
|
||||||
if (update & eLibraryUpdate::POINTER)
|
if (update & eLibraryUpdate::POINTER)
|
||||||
item->SetEmberPointer(&(*it));
|
item->SetEmberPointer(&(*it));
|
||||||
|
|
||||||
|
if (item->checkState(0) == Qt::Checked)
|
||||||
|
m_EmberFilePointer = item->GetEmber();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user