Reset selected quads when switching layers (fixes #5673)

This commit is contained in:
def 2022-07-30 13:27:54 +02:00
parent a57063fa77
commit 76e3db9725

View file

@ -697,6 +697,7 @@ void CEditor::SelectLayer(int LayerIndex, int GroupIndex)
m_SelectedGroup = GroupIndex;
m_vSelectedLayers.clear();
m_vSelectedQuads.clear();
AddSelectedLayer(LayerIndex);
}