mirror of
https://github.com/ocornut/imgui.git
synced 2026-07-23 09:23:16 +00:00
ColorPicker: added option to fix Saturation/Value triangle in wheel picker. Amends. (#9337)
This commit is contained in:
@@ -1682,6 +1682,7 @@ ImGuiIO::ImGuiIO()
|
||||
ConfigInputTextEnterKeepActive = false;
|
||||
ConfigDragClickToInputText = false;
|
||||
ConfigColorEditFlags = ImGuiColorEditFlags_DefaultOptions_; // Current settings for ColorEdit/ColorPicker widgets. May be further edited by users, unless you also set ImGuiColorEditFlags_NoOptions.
|
||||
ConfigColorPickerRotateTriangle = true;
|
||||
ConfigWindowsResizeFromEdges = true;
|
||||
ConfigWindowsMoveFromTitleBarOnly = false;
|
||||
ConfigWindowsCopyContentsWithCtrlC = false;
|
||||
|
||||
Reference in New Issue
Block a user