mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 06:07:57 +01:00
copy parent background color when a sibling or a child is created
This commit is contained in:
parent
c282a80b5d
commit
43790c1b9a
@ -506,6 +506,11 @@ mindplot.Designer = new Class({
|
|||||||
if(borderColor){
|
if(borderColor){
|
||||||
targetModel.setBorderColor(borderColor)
|
targetModel.setBorderColor(borderColor)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
var backgroundColor = sourceModel.getBackgroundColor();
|
||||||
|
if(backgroundColor){
|
||||||
|
targetModel.setBackgroundColor(backgroundColor)
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
_createChildModel:function (topic, mousePos) {
|
_createChildModel:function (topic, mousePos) {
|
||||||
|
Loading…
Reference in New Issue
Block a user