Tooltips in Texture View

Unified UX for Views with menu; show tooltip in TextureView as it is in DisplaysView
This commit is contained in:
Bruno Herbelin
2023-03-10 19:02:48 +01:00
parent 4874af1d5a
commit 7870e3cfce
3 changed files with 51 additions and 46 deletions

View File

@@ -69,6 +69,7 @@ public:
glm::vec4 cursor;
glm::vec3 brush;
static const char* mask_icons[3];
static const char* mask_names[3];
static const char* mask_shapes[5];
};