diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-09 23:29:38 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-09 23:29:38 +0100 |
| commit | 10e52d5daf0e02ad736cd811d096c4bf04055d24 (patch) | |
| tree | 68044231b92d1693daa177158000a528a8435c49 /imgui/imgui_spectrum.cpp | |
| parent | 8df6671acae6d301b645ffd6abcedc819d3f5365 (diff) | |
file match context menu: open as, open folder, copy path, copy line
Diffstat (limited to 'imgui/imgui_spectrum.cpp')
| -rw-r--r-- | imgui/imgui_spectrum.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/imgui/imgui_spectrum.cpp b/imgui/imgui_spectrum.cpp index 30ff713..d7705f2 100644 --- a/imgui/imgui_spectrum.cpp +++ b/imgui/imgui_spectrum.cpp @@ -13,7 +13,7 @@ namespace ImGui { static const ImWchar rr[] = { - 0x2192, 0x2193, // Basic Latin + Latin Supplement + 0x2192, 0x2193, // → character. 0, }; |
