Temporary solution for the crashing single-tab editor by oduis and DrSlony, see issue #337.

This commit is contained in:
Gyurk? M. 'dualon' D?vid
2010-11-21 21:16:51 +01:00
parent da08f76e9e
commit cc1773be1e

View File

@@ -273,7 +273,7 @@ void ThumbBrowserEntryBase::resize (int h) {
preh -= infoh + textGap; preh -= infoh + textGap;
// If the text size was selected very high in preferences this may go negative // 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 (); calcThumbnailSize ();