From cc1773be1ee7fcf3e5b129c23a99e4c06a8323ad Mon Sep 17 00:00:00 2001 From: "Gyurk? M. 'dualon' D?vid" Date: Sun, 21 Nov 2010 21:16:51 +0100 Subject: [PATCH] Temporary solution for the crashing single-tab editor by oduis and DrSlony, see issue #337. --- rtgui/thumbbrowserentrybase.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtgui/thumbbrowserentrybase.cc b/rtgui/thumbbrowserentrybase.cc index 51e605180..7d3f23035 100644 --- a/rtgui/thumbbrowserentrybase.cc +++ b/rtgui/thumbbrowserentrybase.cc @@ -273,7 +273,7 @@ void ThumbBrowserEntryBase::resize (int h) { preh -= infoh + textGap; // If the text size was selected very high in preferences this may go negative - if (preh<0) preh=0; + if (preh<0) preh=30; } calcThumbnailSize ();