mirror of https://github.com/KLayout/klayout.git
Fixed a small issue in the adjust cell origin dialog.
This commit is contained in:
parent
41fdd74189
commit
15040101ec
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue