diff options
author | Justin R. Miller <incanus@codesorcery.net> | 2014-05-31 11:32:42 -0700 |
---|---|---|
committer | Justin R. Miller <incanus@codesorcery.net> | 2014-05-31 11:32:42 -0700 |
commit | a81a336638000f1986f1bde56e909a07b2a6ae36 (patch) | |
tree | 19ca5424367a3c89e76009a77fe54413d8c3ea51 /common | |
parent | 6fd1525335bb753bb0efdfc3cfb58e1b6c4c1539 (diff) | |
download | qtlocation-mapboxgl-a81a336638000f1986f1bde56e909a07b2a6ae36.tar.gz |
programmatic styling API
Diffstat (limited to 'common')
-rw-r--r-- | common/glfw_view.cpp | 2 |
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) |