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:
Bruno Herbelin
2021-12-12 23:12:56 +01:00
parent 731a1af1a6
commit a7689a8f54
8 changed files with 353 additions and 99 deletions

View File

@@ -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