MichaelKv

Results 4 issues of MichaelKv

Hello, From implot.h // ImPlot version string. #define IMPLOT_VERSION "0.13 WIP" I have modified my example from another ticket to demonstrate a new way to change the color of graph...

ImPlot heavily relies on DragLineX call order but it shall not (IMO) Hello. Let us change the void ShowDemo_DragLines() code the following way: Old code: `ImPlot::DragLineX(0,&x1,ImVec4(1,1,1,1),1,flags); ImPlot::DragLineX(1,&x2,ImVec4(1,1,1,1),1,flags); New code: if...

Hello, From implot.h // ImPlot version string. #define IMPLOT_VERSION "0.13 WIP" I need fixed axes so I have changed ImPlot::SetupAxesLimits(0,1,0,1); to ImPlot::SetupAxesLimits(0, 1, 0, 1, ImPlotCond_Always); in void ShowDemo_DragLines(). I...

Hello. I use ImGuiConfigFlags_ViewportsEnable setting and hello_imgui_demo_classic.exe does not save the main window position and its size on milti-monitor system.

enhancement