test floating some panels

This commit is contained in:
2019-03-24 01:43:13 +01:00
parent 929e80a218
commit a50654d8b7
7 changed files with 57 additions and 5 deletions

View File

@@ -12,6 +12,7 @@ public:
std::function<void(Node* target, glm::vec3 rgb)> on_color_change;
bool m_interacted = false;
bool m_autohide = true;
NodeSliderH* m_slider_h;
NodeSliderH* m_slider_s;
NodeSliderH* m_slider_v;