From 9959932267a9d96678c8223dcd50c11696c55003 Mon Sep 17 00:00:00 2001 From: Green Sky Date: Tue, 18 Nov 2025 14:49:52 +0100 Subject: [PATCH] no it did not --- src/chat_gui/send_image_popup.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/chat_gui/send_image_popup.cpp b/src/chat_gui/send_image_popup.cpp index 4216a15..c15fff5 100644 --- a/src/chat_gui/send_image_popup.cpp +++ b/src/chat_gui/send_image_popup.cpp @@ -460,7 +460,6 @@ void SendImagePopup::render(float time_delta) { if (ImGui::Button("reset##scale")) { scale_x = 1.f; scale_y = 1.f; - compress = false; // feels nice } ImGui::SameLine(); ImGui::SetNextItemWidth(TEXT_BASE_HEIGHT*3);