forked from qt-creator/qt-creator
TextEditors: Generalize update mechanism when editors become visible
Generalizes the special handling of font settings, which should only be applied (on the document) when an editor is or becomes visible. Change-Id: Icd1e3ba4355e1ff4a837c9679b537cc3f5ed7ea9 Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
This commit is contained in:
@@ -343,6 +343,7 @@ private:
|
||||
|
||||
protected:
|
||||
virtual BaseTextEditor *createEditor() = 0;
|
||||
virtual void triggerPendingUpdates();
|
||||
virtual void applyFontSettings();
|
||||
|
||||
private slots:
|
||||
|
||||
Reference in New Issue
Block a user