mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-10 06:39:49 +00:00
explicitly flag scene as modified when changing visibility mask
This commit is contained in:
parent
439ba57d46
commit
507e5c4f6e
@ -204,4 +204,5 @@ void CSVRender::WorldspaceWidget::dropEvent (QDropEvent* event)
|
||||
void CSVRender::WorldspaceWidget::elementSelectionChanged()
|
||||
{
|
||||
setVisibilityMask (getElementMask());
|
||||
flagAsModified();
|
||||
}
|
Loading…
Reference in New Issue
Block a user