An attempt to fix sla gizmo imgui dialog scaling on osx and hidpi screens

This commit is contained in:
Lukas Matena 2019-03-06 09:15:33 +01:00
parent f147f192b4
commit 79fbf08409
2 changed files with 4 additions and 1 deletions

View file

@ -42,6 +42,8 @@ public:
bool update_mouse_data(wxMouseEvent &evt);
bool update_key_data(wxKeyEvent &evt);
float get_style_scaling() const { return m_style_scaling; }
void new_frame();
void render();