mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-29 02:40:05 +00:00
MPE: added missing call to MPEZoneLayout listeners if the layout is changed by its assignment operator.
This commit is contained in:
parent
228e4b732c
commit
067c78dbdb
1 changed files with 1 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ MPEZoneLayout::MPEZoneLayout (const MPEZoneLayout& other)
|
|||
MPEZoneLayout& MPEZoneLayout::operator= (const MPEZoneLayout& other)
|
||||
{
|
||||
zones = other.zones;
|
||||
listeners.call (&MPEZoneLayout::Listener::zoneLayoutChanged, *this);
|
||||
return *this;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue