Comment 48 for bug 1608180

Revision history for this message
Matthias Apitz (gubu) wrote : Re: [Bug 1608180] Re: stellarium 0.14.3 on FreeBSD 11-CUR amd64 crashes on start

void StelMainView::setFullScreen(bool b)
{
        if (b)
        ; // showFullScreen();
        else
        {
                // showNormal();
...

with the above changes, it does not crash anymore, but also does not
show any window; does this ring some bell?