In module 'drawing', function set_view_loc(client, view, point, drawing=None)
The return value is calling the wrong client function.
"return client._creoson_post("drawing", "set_cur_model", data)"
It should be : "return client._creoson_post("drawing", "set_view_loc", data)"
Description
In module 'drawing', function set_view_loc(client, view, point, drawing=None) The return value is calling the wrong client function. "return client._creoson_post("drawing", "set_cur_model", data)"
It should be : "return client._creoson_post("drawing", "set_view_loc", data)"