Show the read-only notification for objects, too
This commit is contained in:
parent
db0df1fdc9
commit
98c437e70f
|
@ -1869,6 +1869,9 @@ void APPEARANCE_CONTROLS::rebuildObjects()
|
|||
|
||||
swatch->Bind( COLOR_SWATCH_CHANGED,
|
||||
&APPEARANCE_CONTROLS::OnColorSwatchChanged, this );
|
||||
|
||||
swatch->SetReadOnlyCallback( std::bind( &APPEARANCE_CONTROLS::onReadOnlySwatch,
|
||||
this ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue