minor improvement

This commit is contained in:
Manuel Simon Hirsig
2016-03-06 16:33:22 +01:00
parent 32c1e5fc5b
commit 03e903c181
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
Aux = {
version = '2.6.12',
version = '2.6.13',
blizzard_ui_shown = false,
orig = {},
}
+1 -1
View File
@@ -842,7 +842,7 @@ function public.start_search(filter_string)
private.stop_button:Hide()
private.search_button:Show()
if getn(scanned_records) == 0 then
if getn(scanned_records) == 0 and AuxSearchFrameResults:IsVisible() then
private.update_tab(SAVED)
end
-- public.start_search(filter_string)