thewoz
thewoz
hi @AleksandrPanov, maybe I'm doing the procedure wrong. i did the rebase with the default branch 4.x should i do it with another one? with upstream 4.x?
hi @AleksandrPanov Sorry I don't want to make a mistake. it asks me this. how should i configure it? ``` git pull https://github.com/opencv/opencv From https://github.com/opencv/opencv * branch HEAD -> FETCH_HEAD...
Hi @AleksandrPanov, I hope I was able to do everything you asked me to do. I try to repeat the tests I had done last time? The banchmarks I never...
Hi I just wanted to know if there was anything I could do. Thanks :)
I am open to any solution. What do you mean exactly?
Hi, It's not that I didn't want to use ImGuiChildFlags_ResizeX and/or ImGuiChildFlags_ResizeY but being on the _docking_ branch I realized that they are not defined. So I was stuck in...
It's my fault. I checked and saw that I was on on an old _docking_ branch (1.89.5).
I am continuing to try to understand the problem. I think it is related to the size of the border. I see this issue #7541 I did tests with ```ImGuiChildFlags_Border```...
Hello everyone, I realized that I can control the thickness of the Splitters by adding this line of code. ```ImGui::PushStyleVar(ImGuiStyleVar_ItemSpacing, ImVec2(5.0f, 5.0f));``` I still can't drag the Splitters from the...
Hi, @ocornut thanks for the reply and for the suggestions. I include here the shortened version of the code. ``` ImGuiWindowFlags windowFlags = ImGuiWindowFlags_NoCollapse | ImGuiWindowFlags_NoTitleBar | ImGuiWindowFlags_NoDecoration | ImGuiWindowFlags_NoResize...