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
scrolling the code editor is extremely slow on osx. profiling indicates that most of the CPU time is spent in QPlainTextEdit::paintEvent(event); which is called from GenericCodeEditor::paintEvent.
since qt-4.8 is only a legacy project, it is unlikely that the sc devs can fix this without migrating to qt-5
The text was updated successfully, but these errors were encountered:
scrolling the code editor is extremely slow on osx. profiling indicates that most of the CPU time is spent in
QPlainTextEdit::paintEvent(event);
which is called fromGenericCodeEditor::paintEvent
.since qt-4.8 is only a legacy project, it is unlikely that the sc devs can fix this without migrating to qt-5
The text was updated successfully, but these errors were encountered: