mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-12 00:14:20 +00:00
Fixed bad merge
This commit is contained in:
parent
5f6f4d0ffc
commit
f34d7ea199
1 changed files with 0 additions and 6 deletions
|
|
@ -823,12 +823,6 @@ ImGuiIO::ImGuiIO()
|
|||
FontAllowUserScaling = false;
|
||||
DisplayFramebufferScale = ImVec2(1.0f, 1.0f);
|
||||
DisplayVisibleMin = DisplayVisibleMax = ImVec2(0.0f, 0.0f);
|
||||
#ifdef __APPLE__
|
||||
WordMovementUsesAltKey = true; // OS X style: Text editing cursor movement using Alt instead of Ctrl
|
||||
ShortcutsUseSuperKey = true; // OS X style: Shortcuts using Cmd/Super instead of Ctrl
|
||||
DoubleClickSelectsWord = true; // OS X style: Double click selects by word instead of selecting whole text
|
||||
MultiSelectUsesSuperKey = true; // OS X style: Multi-selection in lists uses Cmd/Super instead of Ctrl
|
||||
#endif
|
||||
|
||||
// User functions
|
||||
RenderDrawListsFn = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue