mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-11-04 07:01:04 +01:00 
			
		
		
		
	Merge branch 'master' into docking
# Conflicts: # backends/imgui_impl_glfw.cpp # backends/imgui_impl_sdl.cpp # backends/imgui_impl_win32.cpp # imgui.cpp
This commit is contained in:
		@@ -43,7 +43,7 @@ Index of this file:
 | 
			
		||||
//-----------------------------------------------------------------------------
 | 
			
		||||
 | 
			
		||||
#ifndef IMGUI_VERSION
 | 
			
		||||
#error Must include imgui.h before imgui_internal.h
 | 
			
		||||
#include "imgui.h"
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#include <stdio.h>      // FILE*, sscanf
 | 
			
		||||
@@ -1960,7 +1960,7 @@ struct ImGuiContext
 | 
			
		||||
 | 
			
		||||
        LastValidMousePos = ImVec2(0.0f, 0.0f);
 | 
			
		||||
        TempInputId = 0;
 | 
			
		||||
        ColorEditOptions = ImGuiColorEditFlags__OptionsDefault;
 | 
			
		||||
        ColorEditOptions = ImGuiColorEditFlags_DefaultOptions_;
 | 
			
		||||
        ColorEditLastHue = ColorEditLastSat = 0.0f;
 | 
			
		||||
        ColorEditLastColor[0] = ColorEditLastColor[1] = ColorEditLastColor[2] = FLT_MAX;
 | 
			
		||||
        SliderCurrentAccum = 0.0f;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user