mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-14 15:46:17 +00:00
Disable ok button in the link dialog when there's no sender/receiver; fix toggling Active not changing game mode visibility
This commit is contained in:
@@ -495,6 +495,10 @@ void CScriptNode::PropertyModified(IProperty *pProp)
|
||||
|
||||
// Update script extra
|
||||
if (mpExtra) mpExtra->PropertyModified(pProp);
|
||||
|
||||
// Update game mode visibility
|
||||
if (pProp && pProp == mpInstance->ActiveProperty())
|
||||
TestGameModeVisibility();
|
||||
}
|
||||
|
||||
void CScriptNode::UpdatePreviewVolume()
|
||||
|
||||
Reference in New Issue
Block a user