mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-02-01 18:40:12 -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)
|
if (update & eLibraryUpdate::POINTER)
|
||||||
item->SetEmberPointer(&(*it));
|
item->SetEmberPointer(&(*it));
|
||||||
|
|
||||||
|
if (item->checkState(0) == Qt::Checked)
|
||||||
|
m_EmberFilePointer = item->GetEmber();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user