forked from organicmaps/organicmaps
Previously on desktop, the always-on 3D mode was behind an odd "easter-egg", that was only reachable with a series of `Allow3dMode` messages: ```` #ifdef OMIM_OS_DESKTOP if (m_enablePerspectiveInNavigation == msg->AllowPerspective() && m_enablePerspectiveInNavigation != screen.isPerspective()) { AddUserEvent(make_unique_dp<SetAutoPerspectiveEvent>(m_enablePerspectiveInNavigation)); } #endif ```` This change adds a dedicated field for that in the message, and a dedicated checkbox on the UI. The checkbox is labelled `experimental`, because for now `drape_frontend` is rather unstable in this mode. This stability issue is independent from how we enable the always-on 3D mode (old "easter-egg" or proper UI checkbox). The idea is that making it easier to enable, also makes it easier to improve. Signed-off-by: Ferenc Géczi <ferenc.gm@gmail.com> |
||
---|---|---|
.. | ||
Chart | ||
CoreApi | ||
DatePicker | ||
Maps | ||
metadata | ||
plist.txt | ||
upload_to_appstore.sh |