mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-28 10:39:59 +01:00
Mouse over icons on source (on Symbol and Characters)
Rename class Glyph in Decoration to Character ('Glyph' was used in system X typedef). Added MouseOver in Mixing and Layers view to show highlight color on icons of Symbol and Initials of source. Show left panel on clic on source Initials.
This commit is contained in:
@@ -231,7 +231,7 @@ void DisplaysView::recenter ()
|
||||
frame->color = glm::vec4( COLOR_MONITOR, 1.f);
|
||||
m->attach(frame);
|
||||
// central label
|
||||
Glyph *label = new Glyph(4);
|
||||
Character *label = new Character(4);
|
||||
label->setChar( std::to_string(index).back() );
|
||||
label->color = glm::vec4( COLOR_MONITOR, 1.f );
|
||||
label->translation_.y = 0.02f ;
|
||||
|
||||
Reference in New Issue
Block a user