You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i want to build a docking window above the main window ,it is outside the main window, i can not let it to be transparent, i try use the flag "ImGuiWindowFlags_NoBackground" or " ImGui::PushStyleColor(ImGuiCol_WindowBg, { 0, 0, 0, 0.0 });" but all of these is not work, what should i do? i look forward to your help, thank you very much!
The text was updated successfully, but these errors were encountered:
i want to build a docking window above the main window ,it is outside the main window, i can not let it to be transparent, i try use the flag "ImGuiWindowFlags_NoBackground" or " ImGui::PushStyleColor(ImGuiCol_WindowBg, { 0, 0, 0, 0.0 });" but all of these is not work, what should i do? i look forward to your help, thank you very much!
The text was updated successfully, but these errors were encountered: