mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-31 09:52:00 +08:00
Fix measure gizmo "Copy to Clipboard" button icon for dark mode (#5230)
This commit is contained in:
parent
004108b4b6
commit
91d7f07d8f
@ -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…
x
Reference in New Issue
Block a user