Temporary solution for the crashing single-tab editor by oduis and DrSlony, see issue #337.
This commit is contained in:
parent
da08f76e9e
commit
cc1773be1e
@ -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 ();
|
||||
|
Loading…
x
Reference in New Issue
Block a user