mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-01-21 13:10:04 -05: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:
parent
142b597565
commit
243be8d702
@ -148,6 +148,9 @@ void FractoriumEmberController<T>::SyncLibrary(eLibraryUpdate update)
|
||||
|
||||
if (update & eLibraryUpdate::POINTER)
|
||||
item->SetEmberPointer(&(*it));
|
||||
|
||||
if (item->checkState(0) == Qt::Checked)
|
||||
m_EmberFilePointer = item->GetEmber();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user