mirror of
https://github.com/ocornut/imgui.git
synced 2024-11-17 20:37:20 +01:00
Fixed bad merge
This commit is contained in:
parent
5f6f4d0ffc
commit
f34d7ea199
@ -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…
Reference in New Issue
Block a user