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
|
|
@ -88,7 +88,7 @@ const char* sampleNote[12]={
|
|||
int target=i; \
|
||||
bool markModified=false; \
|
||||
if (_toMoveVar!=target) { \
|
||||
if (ImGui::IsKeyDown(ImGuiKey_ModCtrl)) { \
|
||||
if (ImGui::IsKeyDown(ImGuiKey_LeftCtrl) || ImGui::IsKeyDown(ImGuiKey_RightCtrl)) { \
|
||||
markModified=_swapFn(_toMoveVar,target); \
|
||||
} else { \
|
||||
while (_toMoveVar>target) { \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue