Cut WIP: Added shortcuts for "Edit connectors" ImGuiDialog

+ Added processing for the Ctrl+A ("Select All connectors")
This commit is contained in:
YuSanka 2022-07-27 13:53:54 +02:00
parent e990254d52
commit 27f7a8da0f
7 changed files with 60 additions and 2 deletions
src/slic3r/GUI

View file

@ -76,6 +76,8 @@ static const std::map<const wchar_t, std::string> font_icons = {
#endif // ENABLE_LEGEND_TOOLBAR_ICONS
{ImGui::RevertButton , "undo" },
{ImGui::WarningMarkerSmall , "notification_warning" },
{ImGui::ExpandBtn , "expand_btn" },
{ImGui::CollapseBtn , "collapse_btn" },
};
static const std::map<const wchar_t, std::string> font_icons_large = {