minor improvement
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
Aux = {
|
||||
version = '2.6.12',
|
||||
version = '2.6.13',
|
||||
blizzard_ui_shown = false,
|
||||
orig = {},
|
||||
}
|
||||
|
||||
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user