More development on the new breakdown window
This commit is contained in:
+3
-1
@@ -426,7 +426,9 @@ detailsFramework.ScrollBoxFunctions = {
|
||||
--hide all frames and tag as not in use
|
||||
self._LinesInUse = 0
|
||||
for index, frame in ipairs(self.Frames) do
|
||||
frame:Hide()
|
||||
if (not self.DontHideChildrenOnPreRefresh) then
|
||||
frame:Hide()
|
||||
end
|
||||
frame._InUse = nil
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user