Compare commits
2 Commits
fe52d7cb12
...
2d536c3597
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2d536c3597 | ||
|
|
7858474d35 |
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.14...3.24 FATAL_ERROR)
|
||||
|
||||
# cmake setup begin
|
||||
project(tomato
|
||||
VERSION 0.3.2
|
||||
VERSION 0.3.3
|
||||
HOMEPAGE_URL https://github.com/Green-Sky/tomato
|
||||
)
|
||||
|
||||
|
||||
@@ -1074,7 +1074,7 @@ void ChatGui4::renderChatLog(Contact4 c, bool window_focused, const std::vector<
|
||||
ImGui::EndTable();
|
||||
}
|
||||
|
||||
if (ImGui::Shortcut(ImGuiKey_End, ImGuiInputFlags_RouteGlobal)) {
|
||||
if (ImGui::Shortcut(ImGuiKey_G | ImGuiMod_Shift, ImGuiInputFlags_RouteGlobal) || ImGui::Shortcut(ImGuiKey_End, ImGuiInputFlags_RouteGlobal)) {
|
||||
ImGui::SetScrollHereY(1.f);
|
||||
manually_scrolled = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user