You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just noticed that on windows 8, adding a script doesn't crash the program, but in Linux debian wheezy x64, running Qt creator 4.8.2, it crashes at QWidget::setFont(f): in Lorris/dep/qscintilla2/qsciscintilla.cpp
// Set the default font.
void QsciScintilla::setFont(const QFont &f)
{
if (lex.isNull())
{
// Assume style 0 applies to everything so that we don't need to use
// SCI_STYLECLEARALL which clears everything.
setStylesFont(f, 0);
QWidget::setFont(f);
}
}
The text was updated successfully, but these errors were encountered:
Just noticed that on windows 8, adding a script doesn't crash the program, but in Linux debian wheezy x64, running Qt creator 4.8.2, it crashes at QWidget::setFont(f): in Lorris/dep/qscintilla2/qsciscintilla.cpp
// Set the default font.
void QsciScintilla::setFont(const QFont &f)
{
if (lex.isNull())
{
// Assume style 0 applies to everything so that we don't need to use
// SCI_STYLECLEARALL which clears everything.
setStylesFont(f, 0);
QWidget::setFont(f);
}
}
The text was updated successfully, but these errors were encountered: