mirror of
https://github.com/fralx/LimeReport.git
synced 2025-10-01 03:29:49 +03:00
Font editors has been fixed
This commit is contained in:
@@ -45,7 +45,7 @@ public:
|
||||
int flag() const;
|
||||
protected:
|
||||
void setItemEvent(BaseDesignIntf *item);
|
||||
virtual void initEditor();
|
||||
void initEditor();
|
||||
bool m_textAttibutesIsChanging;
|
||||
private:
|
||||
void updateValues(const Qt::Alignment& align);
|
||||
@@ -84,7 +84,7 @@ class TextAlignmentEditorWidgetForDesigner: public TextAlignmentEditorWidget{
|
||||
Q_OBJECT
|
||||
public:
|
||||
TextAlignmentEditorWidgetForDesigner(ReportDesignWidget* reportEditor, const QString &title, QWidget *parent = 0)
|
||||
:TextAlignmentEditorWidget(title, parent), m_reportEditor(reportEditor){}
|
||||
:TextAlignmentEditorWidget(title, parent), m_reportEditor(reportEditor){initEditor();}
|
||||
protected:
|
||||
void initEditor();
|
||||
protected slots:
|
||||
|
Reference in New Issue
Block a user