no it did not

This commit is contained in:
Green Sky
2025-11-18 14:49:52 +01:00
parent 2d536c3597
commit 9959932267

View File

@@ -460,7 +460,6 @@ void SendImagePopup::render(float time_delta) {
if (ImGui::Button("reset##scale")) { if (ImGui::Button("reset##scale")) {
scale_x = 1.f; scale_x = 1.f;
scale_y = 1.f; scale_y = 1.f;
compress = false; // feels nice
} }
ImGui::SameLine(); ImGui::SameLine();
ImGui::SetNextItemWidth(TEXT_BASE_HEIGHT*3); ImGui::SetNextItemWidth(TEXT_BASE_HEIGHT*3);