forked from qt-creator/qt-creator
Editor: Fix Font & Color settings loading
broken after 07b04c2056
Change-Id: I6ec9676aec6dbfee023a5e4710b69cdd709780ef
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -331,7 +331,7 @@ FontSettingsPage::FontSettingsPage(const FormatDescriptions &fd,
|
|||||||
Core::Id id,
|
Core::Id id,
|
||||||
QObject *parent) :
|
QObject *parent) :
|
||||||
Core::IOptionsPage(parent),
|
Core::IOptionsPage(parent),
|
||||||
d_ptr(new FontSettingsPagePrivate(fd, id, tr("Font && Colors"), category().toString()))
|
d_ptr(new FontSettingsPagePrivate(fd, id, tr("Font && Colors"), TextEditor::Constants::TEXT_EDITOR_SETTINGS_CATEGORY))
|
||||||
{
|
{
|
||||||
setId(d_ptr->m_id);
|
setId(d_ptr->m_id);
|
||||||
setDisplayName(d_ptr->m_displayName);
|
setDisplayName(d_ptr->m_displayName);
|
||||||
|
|||||||
Reference in New Issue
Block a user