23 - Font size issues with FuBar_Plugin:AddPlugin
What steps will reproduce the problem?
- Have a font size set that is not 12 (e.g. 11)
- Load a plugin like "Ara_Broker_SpecSwitcher" (via B2F, AddonLoader)
What is the expected output? What do you see instead?
The FuBar toolbar's text size should be 11. It is 12.
What version of the product are you using?
3.6.3
Please provide any additional information below.
I don't know if FuBar is really to blame - probably B2F should initialize the text with the right size. I'm not sure if B2F has a handle on the right panel though.
It is easiest to fix if FuBar_Panel:AddPlugin() adds a call to plugin:SetFontSize:
plugin:SetFontSize(FuBar:GetFontSize()) self:Update() Rock("LibRockConfig-1.0"):RefreshConfigMenu(FuBar) return true end
| User | When | Change |
|---|---|---|
| DerSchreiner | Sun, 06 Sep 2009 11:32:09 | Create |
Facts
- Reported on
- 06 Sep 2009
- Status
- New - Issue has not had initial review yet.
- Type
- Defect - A shortcoming, fault, or imperfection
- Priority
- Medium - Normal priority.