mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
Cut: Initial porting of Cut Gizmo
This commit is contained in:
committed by
Noisyfox
parent
ce2836a7f9
commit
18406c31c0
@@ -153,7 +153,9 @@ namespace ImGui
|
||||
// const wchar_t CustomSupportsMarker = 0x1D;
|
||||
// const wchar_t CustomSeamMarker = 0x1E;
|
||||
// const wchar_t MmuSegmentationMarker = 0x1F;
|
||||
|
||||
const wchar_t PlugMarker = 0x1E;
|
||||
const wchar_t DowelMarker = 0x1F;
|
||||
const wchar_t SnapMarker = 0x20;
|
||||
// Do not forget use following letters only in wstring
|
||||
//BBS use 08xx to avoid unicode character which may be used
|
||||
const wchar_t DocumentationButton = 0x0800;
|
||||
@@ -198,6 +200,7 @@ namespace ImGui
|
||||
const wchar_t CloseBlockNotifHoverButton = 0x0834;
|
||||
const wchar_t BlockNotifErrorIcon = 0x0835;
|
||||
const wchar_t ClipboardBtnDarkIcon = 0x0836;
|
||||
const wchar_t InfoMarkerSmall = 0x0837;
|
||||
|
||||
// void MyFunction(const char* name, const MyMatrix44& v);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user