Reset positions and filters when reopening the editor
This commit is contained in:
@@ -70,6 +70,8 @@ bool DeckView::ButtonPressed(Buttons button)
|
||||
void DeckView::SetDeck(DeckDataWrapper *toShow)
|
||||
{
|
||||
mCurrentDeck = toShow;
|
||||
dirtyCardPos = true;
|
||||
dirtyFilters = true;
|
||||
reloadIndexes();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user