copy parent background color when a sibling or a child is created
parent
8318e897fe
commit
663310b388
|
@ -506,6 +506,11 @@ mindplot.Designer = new Class({
|
|||
if(borderColor){
|
||||
targetModel.setBorderColor(borderColor)
|
||||
}
|
||||
|
||||
var backgroundColor = sourceModel.getBackgroundColor();
|
||||
if(backgroundColor){
|
||||
targetModel.setBackgroundColor(backgroundColor)
|
||||
}
|
||||
},
|
||||
|
||||
_createChildModel:function (topic, mousePos) {
|
||||
|
|
Loading…
Reference in New Issue