fix weird behavior when removing a storyboard option
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user