Cut WIP: Beatifications for input window dialog

+ Fixed rendering of the connectors, when cut plane is rotated for 270 deg by Y axis
This commit is contained in:
YuSanka 2022-09-21 13:40:24 +02:00
parent a6f94193d5
commit e676d40df5
4 changed files with 49 additions and 44 deletions
src/slic3r/GUI

View file

@ -60,6 +60,7 @@ static const std::map<const wchar_t, std::string> font_icons = {
{ImGui::CollapseBtn , "collapse_btn" },
{ImGui::RevertButton , "undo" },
{ImGui::WarningMarkerSmall , "notification_warning" },
{ImGui::InfoMarkerSmall , "notification_info" },
};
static const std::map<const wchar_t, std::string> font_icons_large = {