[Scummvm-git-logs] scummvm master -> 4c55429f114cde24d5dafd83fd6c01a561287fe7
sev-
noreply at scummvm.org
Thu Sep 5 18:06:48 UTC 2024
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
4c55429f11 QDENGINE: DT: Rearrange frame control buttons
Commit: 4c55429f114cde24d5dafd83fd6c01a561287fe7
https://github.com/scummvm/scummvm/commit/4c55429f114cde24d5dafd83fd6c01a561287fe7
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-09-05T19:40:04+02:00
Commit Message:
QDENGINE: DT: Rearrange frame control buttons
Changed paths:
engines/qdengine/debugger/debugtools.cpp
diff --git a/engines/qdengine/debugger/debugtools.cpp b/engines/qdengine/debugger/debugtools.cpp
index c08665f74b3..14d6d9640e8 100644
--- a/engines/qdengine/debugger/debugtools.cpp
+++ b/engines/qdengine/debugger/debugtools.cpp
@@ -187,6 +187,8 @@ void showArchives() {
ImGui::Text("Frame <none>");
}
+ ImGui::Button("\ue020"); // Fast Rewind // fast_rewind
+
ImGui::SameLine();
if (ImGui::Button("\ue045")) { // Skip Previous // skip_previous
_state->_qdaToDisplayFrame = _state->_qdaToDisplayFrame + totalFrames - 1;
@@ -200,8 +202,6 @@ void showArchives() {
_state->_qdaToDisplayFrame %= totalFrames;
}
ImGui::SameLine();
- ImGui::Button("\ue020"); // Fast Rewind // fast_rewind
- ImGui::SameLine();
ImGui::Button("\ue01f"); // Fast Forward // fast_forward
ImGui::SameLine();
More information about the Scummvm-git-logs
mailing list