Keep the buttons on one window only #2


  • Task
  • Waiting
Open
Assigned to _ForgeUser1093118
  • Dajova created this issue Mar 17, 2010

    I would like to see that the buttons stays on one window only. Seems pretty useless to have it on several windows, just takes place (see screenshot to see what i mean)

  • Dajova added the tags New Task Mar 17, 2010
  • Dajova added an attachment WoWScrnShot_031710_151234.jpg Mar 17, 2010

    WoWScrnShot_031710_151234.jpg

  • _ForgeUser1093118 posted a comment Mar 18, 2010

    Just add this to the Lua file:

    -- after line 123
    break
    

    It should look like this:

    			window.bargroup.reportbutton:SetScript("OnLeave", function() GameTooltip:Hide() end)
    		end
    		break
    	end
    end
    local AceGUI = LibStub("AceGUI-3.0")
    function SkadaWindowButtons:Report(window)
    
  • _ForgeUser1093118 removed a tag New Mar 18, 2010
  • _ForgeUser1093118 added a tag Waiting Mar 18, 2010

To post a comment, please login or register a new account.