summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@users.noreply.github.com>2014-05-31 11:54:00 -0700
committerJustin R. Miller <incanus@users.noreply.github.com>2014-05-31 11:54:00 -0700
commit92e1a8d59395480814e349abf28f379e2ee82665 (patch)
treeed1a02119338e6b3c9fea09efc6813a2ae5c3822 /common
parent2ee26ba0e6de7ee3eb60906ede41a65b65ac70f2 (diff)
parenteb35c0181d60011008672a96a83b4c61b6fa6c1c (diff)
downloadqtlocation-mapboxgl-92e1a8d59395480814e349abf28f379e2ee82665.tar.gz
Merge pull request #293 from mapbox/livestyle-squash
merge programmatic styling API
Diffstat (limited to 'common')
-rw-r--r--common/glfw_view.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/glfw_view.cpp b/common/glfw_view.cpp
index 3cc50b591e..5c623d7259 100644
--- a/common/glfw_view.cpp
+++ b/common/glfw_view.cpp
@@ -74,7 +74,7 @@ void GLFWView::key(GLFWwindow *window, int key, int /*scancode*/, int action, in
break;
case GLFW_KEY_R:
if (!mods)
- view->map->toggleRaster();
+ view->map->toggleStyle();
break;
case GLFW_KEY_N:
if (!mods)