Merge r4062
This commit is contained in:
parent
08f7b36130
commit
65beeabab5
1 changed files with 3 additions and 0 deletions
|
@ -769,6 +769,7 @@ end
|
||||||
|
|
||||||
-- Removes the section
|
-- Removes the section
|
||||||
function AbstractSection.remove(self, section)
|
function AbstractSection.remove(self, section)
|
||||||
|
self.map.autoapply = false
|
||||||
return self.map:del(section)
|
return self.map:del(section)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -795,6 +796,8 @@ function AbstractSection.create(self, section)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
self.map.autoapply = false
|
||||||
|
|
||||||
return stat
|
return stat
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue