reorder tool icons, add popup auto-hide after interaction

This commit is contained in:
2019-03-06 18:43:38 +01:00
parent 99929dac39
commit 5eba9f1227
8 changed files with 74 additions and 13 deletions

View File

@@ -6,6 +6,7 @@
class NodePanelColor : public Node
{
public:
bool m_interacted = false;
NodeColorQuad* m_quad;
NodeSliderHue* m_hue;
glm::vec4 m_base_color;