From 0d3e7f02ad32d004057dc27500ac27f60f1a9e47 Mon Sep 17 00:00:00 2001 From: Thanatomanic Date: Fri, 15 Jun 2018 07:18:58 +0200 Subject: [PATCH] Stupid typo and a comment --- rtgui/histogrampanel.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtgui/histogrampanel.cc b/rtgui/histogrampanel.cc index 929de21cb..5cbf3d655 100644 --- a/rtgui/histogrampanel.cc +++ b/rtgui/histogrampanel.cc @@ -731,7 +731,7 @@ void HistogramArea::get_preferred_height_for_width_vfunc (int width, int &minimu gHeight = 100; }*/ - inf gHeight = width; // aspect ratio 1:1 should fit on most monitors + int gHeight = width; // aspect ratio 1:1 should fit on most monitors if (gHeight < 100) { gHeight = 100; }