3 - Expander - scaling and mouse input
What does the provided patch do?
- Stretch the map only, without scaling the rotating arrow model
- Allow mouse 'input' to enable icon tooltips in the zoomed map
Please provide any additional information below.
File: Expander\Expander.lua
Line 30-32, replace:
minimap:SetWidth( 140 )
minimap:SetHeight( 140 )
minimap:SetScale( self.db.profile.scale )
with:
minimap:SetWidth( 140 * self.db.profile.scale )
minimap:SetHeight( 140 * self.db.profile.scale )
minimap:SetScale( 1.2 )
Line 120, replace:
minimap:SetScale( self.db.profile.scale )
with:
minimap:SetWidth( 140 * self.db.profile.scale )
minimap:SetHeight( 140 * self.db.profile.scale )
Line 35, replace:
minimap:EnableMouse( false )
with:
minimap:EnableMouse( true )
| User | When | Change |
|---|---|---|
| ethancentaurai | Wed, 06 May 2009 07:50:13 | Changed status from Accepted to Fixed |
| ethancentaurai | Sat, 02 May 2009 14:16:22 | Changed assigned to from ckknight to ethancentaurai |
| ckknight | Fri, 17 Apr 2009 19:18:26 | Changed status from New to Accepted |
| Dracula | Thu, 16 Oct 2008 02:10:12 | Create |
Facts
- Last updated on
- 06 May 2009
- Reported on
- 16 Oct 2008
- Status
- Fixed - Developer made requested changes. QA should verify.
- Type
- Patch - Source code patch for review
- Priority
- Medium - Normal priority.