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:
parent
a6f94193d5
commit
e676d40df5
4 changed files with 49 additions and 44 deletions
src/slic3r/GUI
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue