moved gizmo discovery to distinct function outside of renderfunctions

This commit is contained in:
itsmattkc
2019-03-02 10:30:50 -08:00
parent f19eded768
commit 2e400c7c55
7 changed files with 60 additions and 27 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ private:
void move_gizmos(QMouseEvent *event, bool done);
bool dragging;
void seek_from_click(int x);
EffectPtr gizmos;
Effect* gizmos;
int drag_start_x;
int drag_start_y;
int gizmo_x_mvmt;