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) {
|
||||
optionsMap[index] = null;
|
||||
}
|
||||
updateIndex(index - 1);
|
||||
updateIndex(index);
|
||||
reloadSBsettingsToIndex(index);
|
||||
return true;
|
||||
}
|
||||
ypos += lh;
|
||||
|
|
Loading…
Reference in New Issue
Block a user