Cut WIP: Added shortcuts for "Edit connectors" ImGuiDialog
+ Added processing for the Ctrl+A ("Select All connectors")
This commit is contained in:
parent
e990254d52
commit
27f7a8da0f
7 changed files with 60 additions and 2 deletions
src/slic3r/GUI
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue