ElectroidDes
ElectroidDes
### Version/Branch of Dear ImGui: Version 1.90.6 ### Back-ends: Raylib/OpenGL ### Compiler, OS: Windows 10 ### Full config/build information: _No response_ ### Details: ``` if (ImGui::Begin("Parent Window")) { if (ImGui::BeginChild("Child...
### Version/Branch of Dear ImGui: 1.90.8 ### Back-ends: Raylib ### Compiler, OS: Windows10 ### Full config/build information: _No response_ ### Details: I draw a child window and inside this child...
### Version/Branch of Dear ImGui: 1.90.8 ### Back-ends: Raylib ### Compiler, OS: Windows10 ### Full config/build information: _No response_ ### Details: For different values of the child window frame width...
I took the code from Benchmark.cpp: It works fast only in this example. ``` static void BM_WriteStrings(benchmark::State& state) // NOLINT { XLDocument doc; doc.create("./benchmark_strings.xlsx"); auto wks = doc.workbook().worksheet("Sheet1"); std::deque values(colCount,...