forked from qt-creator/qt-creator
Merge remote branch 'origin/2.1'
Conflicts: share/qtcreator/templates/qmlapp/app.pro src/libs/utils/filesearch.cpp
This commit is contained in:
@@ -4724,7 +4724,7 @@ void BaseTextEditor::changeEvent(QEvent *e)
|
||||
|| e->type() == QEvent::FontChange) {
|
||||
if (d->m_extraArea) {
|
||||
QFont f = d->m_extraArea->font();
|
||||
f.setPointSize(font().pointSize());
|
||||
f.setPointSizeF(font().pointSizeF());
|
||||
d->m_extraArea->setFont(f);
|
||||
slotUpdateExtraAreaWidth();
|
||||
d->m_extraArea->update();
|
||||
|
||||
Reference in New Issue
Block a user