DarkRadiant: master 2cbe0648

Author Committer Branch Timestamp Parent
orbweaver orbweaver master 15.12.2021 20:47 master 122a87a5
Affected Issues  0005836: Changing multiple lights between omni/projected resets colours to black
Changeset 0005836: avoid unwanted colour changes when adjusting multiple lights

This appears to be a long-standing bug with the LightInspector. The
multi-selection code is far too coercive, setting ALL properties from the
dialog on ALL selected lights, rather than just the property which has changed.

This commit fixes the unwanted colour changes when toggling multiple lights
between omni and projected, but the bug still exists in other areas.
mod - radiant/ui/lightinspector/LightInspector.cpp Diff File
mod - radiant/ui/lightinspector/LightInspector.h Diff File