mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-02-27 06:45:26 -07:00
Fix measure gizmo "Copy to Clipboard" button icon for dark mode (#5230)
This commit is contained in:
parent
004108b4b6
commit
91d7f07d8f
1 changed files with 8 additions and 8 deletions
|
|
@ -201,14 +201,14 @@ namespace ImGui
|
|||
const wchar_t BlockNotifErrorIcon = 0x0835;
|
||||
const wchar_t ClipboardBtnDarkIcon = 0x0836;
|
||||
|
||||
const wchar_t PrevArrowBtnIcon = 0x0836;
|
||||
const wchar_t PrevArrowHoverBtnIcon = 0x0837;
|
||||
const wchar_t NextArrowBtnIcon = 0x0838;
|
||||
const wchar_t NextArrowHoverBtnIcon = 0x0839;
|
||||
const wchar_t OpenArrowIcon = 0x0840;
|
||||
const wchar_t CollapseArrowIcon = 0x0841;
|
||||
const wchar_t ExpandArrowIcon = 0x0842;
|
||||
const wchar_t CompleteIcon = 0x0843;
|
||||
const wchar_t PrevArrowBtnIcon = 0x0837;
|
||||
const wchar_t PrevArrowHoverBtnIcon = 0x0838;
|
||||
const wchar_t NextArrowBtnIcon = 0x0839;
|
||||
const wchar_t NextArrowHoverBtnIcon = 0x0840;
|
||||
const wchar_t OpenArrowIcon = 0x0841;
|
||||
const wchar_t CollapseArrowIcon = 0x0842;
|
||||
const wchar_t ExpandArrowIcon = 0x0843;
|
||||
const wchar_t CompleteIcon = 0x0844;
|
||||
|
||||
// void MyFunction(const char* name, const MyMatrix44& v);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue