-
Notifications
You must be signed in to change notification settings - Fork 738
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zoom in/out action of compass on map broken by ace_map #6200
Comments
Isn't this intentional? |
What intentional? Line 102 make it bigger. But you can stuck with zoomed out which is not readable. And all your efforts in line 102 went to hell. So IMHO author want make it bigger and disable animation of resizing. But zero value gives undefined behavior. |
Vanilla Small
So I guess we wanted to remove the compass zooming and just leave it the big size all the time. |
I can't get why not to allow zoom action? Why compass should stay at one size? Now it can stuck at vanilla small. |
Because zooming compass is broken in the game. It can get stuck in small mode. |
Isn't this also about the ruler being scaled correctly? |
I have no stuck issues with mine fixed(or vanilla zoomDuration) version and 100% reproducible yours. |
Not a bug, close? |
BIS Fault? |
Never heard of that. It doesn't scale so it fits the map grid. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Still no solution? |
It's not an issue, so there can be no solution. |
Solution in ticket. Just create your own pbo which will overwrite ACE "feature". |
Arma stores the compass position and size in front and back mode (zoomed in and out) This is an issue for every Control with zoomable object (its a base UI component) so BI cannot add a compass specific workaround for it. When I checked on that issue a few weeks ago I could find about half a dozen people with the same problem of not being able to zoom their compass within a few hours, all of them running ACE. |
Fixed by #8176. |
Arma 3 Version:
1.80
(stable)CBA Version:
3.5
(stable)ACE3 Version:
3.12.1
(stable)Mods:
Description:
Steps to reproduce:
Where did the issue occur?
Placed Modules:
Solution
ACE3/addons/map/config.cpp
Line 103 in 2cad71c
The text was updated successfully, but these errors were encountered: