fix weird behavior when removing a storyboard option
This commit is contained in:
parent
33064b1e69
commit
f0781ee1c6
|
@ -300,8 +300,7 @@ public class SBOverlay implements OptionsOverlay.Parent {
|
||||||
if (optionsMap[index].size() == 0) {
|
if (optionsMap[index].size() == 0) {
|
||||||
optionsMap[index] = null;
|
optionsMap[index] = null;
|
||||||
}
|
}
|
||||||
updateIndex(index - 1);
|
reloadSBsettingsToIndex(index);
|
||||||
updateIndex(index);
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
ypos += lh;
|
ypos += lh;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user