Element editor: make element text option "keep visual rotation" editable.

This commit is contained in:
joshua
2021-05-08 22:14:15 +02:00
parent 222c86f550
commit 74dcf96e4b
5 changed files with 210 additions and 151 deletions

View File

@@ -69,6 +69,8 @@ class DynamicTextFieldEditor : public ElementItemEditor {
void on_m_color_kpb_changed(const QColor &newColor);
void on_m_keep_visual_rotation_cb_clicked();
private:
Ui::DynamicTextFieldEditor *ui;
QPointer<PartDynamicTextField> m_text_field;