update Dear ImGui to 1.92.5 - READ
there are some text changes which may break text undo/redo. testing needed.
This commit is contained in:
parent
7cb0dacf9e
commit
34b06855cd
31 changed files with 1404 additions and 736 deletions
|
|
@ -54,7 +54,7 @@ void FurnaceGUI::drawSysManager() {
|
|||
const DivSysDef* sysDef=e->getSystemDef(e->song.system[i]);
|
||||
|
||||
ImGui::PushID(i);
|
||||
if (ImGui::BeginChild(rackID.c_str(),ImVec2(0,0),ImGuiChildFlags_Border|ImGuiChildFlags_AutoResizeY)) {
|
||||
if (ImGui::BeginChild(rackID.c_str(),ImVec2(0,0),ImGuiChildFlags_Borders|ImGuiChildFlags_AutoResizeY)) {
|
||||
// swap handle and name
|
||||
if (ImGui::Button(ICON_FA_ARROWS)) {
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue