Searched refs:ContentsWidthChanged (Results 1 – 1 of 1) sorted by relevance
104 bool ContentsWidthChanged; member135 ContentsWidthChanged = false; in MemoryEditor()204 if (ContentsWidthChanged)455 … if (ImGui::DragInt("##cols", &Cols, 0.2f, 4, 32, "%d cols")) { ContentsWidthChanged = true; }459 if (ImGui::Checkbox("Show Ascii", &OptShowAscii)) { ContentsWidthChanged = true; }