Fixed a small issue in the adjust cell origin dialog.

This commit is contained in:
Matthias Koefferlein 2019-03-10 22:38:27 +01:00
parent 41fdd74189
commit 15040101ec
1 changed files with 2 additions and 1 deletions

View File

@ -370,9 +370,10 @@ public:
bool exec_dialog (int &mode_x, int &mode_y, bool &visible_only, bool &adjust_calls);
private:
private slots:
void button_clicked ();
private:
Ui::AlignCellOptionsDialog *mp_ui;
};