mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
Help window, setting to show/hide Tooltips
Menu and keyboard shortcut declaration centralized. List of all keyboard shortcuts. ImGuiToolkit unified tooltips.
This commit is contained in:
@@ -924,7 +924,7 @@ void CloneSource::accept(Visitor& v)
|
||||
|
||||
glm::ivec2 CloneSource::icon() const
|
||||
{
|
||||
return glm::ivec2(9, 2);
|
||||
return glm::ivec2(ICON_SOURCE_CLONE);
|
||||
}
|
||||
|
||||
std::string CloneSource::info() const
|
||||
|
||||
Reference in New Issue
Block a user