From 1379b70346526825ccdec8c91016a9c0c8b2d579 Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Thu, 5 Jun 2014 18:02:13 +0200 Subject: [PATCH] Dirty fix for the InterfaceOptionsFrame bug --- Config.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Config.lua b/Config.lua index 7895374..10fe2cb 100644 --- a/Config.lua +++ b/Config.lua @@ -461,5 +461,7 @@ InterfaceOptions_AddCategory(FilterPanel) SLASH_Monomyth1 = '/monomyth' SlashCmdList[addonName] = function() + -- On first load IOF doesn't select the right category or panel, this is a dirty fix + InterfaceOptionsFrame_OpenToCategory(addonName) InterfaceOptionsFrame_OpenToCategory(addonName) end -- 1.7.9.5