mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix bug 3345
http://bugzilla.lyx.org/show_bug.cgi?id=3345 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17477 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
ceea696904
commit
913a85afe5
@ -63,7 +63,6 @@ QMathDialog::QMathDialog(QMath * form)
|
||||
|
||||
connect( tearoffPB, SIGNAL( clicked() ), this, SLOT( expandClicked() ) );
|
||||
connect( closePB, SIGNAL( clicked() ), this, SLOT( accept() ) );
|
||||
connect( fracPB, SIGNAL( clicked() ), this, SLOT( fracClicked() ) );
|
||||
connect( superscriptPB, SIGNAL( clicked() ), this, SLOT( superscriptClicked() ) );
|
||||
connect( subscriptPB, SIGNAL( clicked() ), this, SLOT( subscriptClicked() ) );
|
||||
connect( delimitersPB, SIGNAL( clicked() ), this, SLOT( delimiterClicked() ) );
|
||||
@ -202,12 +201,6 @@ void QMathDialog::symbol_clicked(const string & str)
|
||||
}
|
||||
|
||||
|
||||
void QMathDialog::fracClicked()
|
||||
{
|
||||
form_->controller().dispatchInsert("frac");
|
||||
}
|
||||
|
||||
|
||||
void QMathDialog::delimiterClicked()
|
||||
{
|
||||
form_->controller().showDialog("mathdelimiter");
|
||||
|
@ -53,7 +53,6 @@ public:
|
||||
public Q_SLOTS:
|
||||
virtual void delimiterClicked();
|
||||
virtual void expandClicked();
|
||||
virtual void fracClicked();
|
||||
virtual void functionSelected(QListWidgetItem *);
|
||||
virtual void matrixClicked();
|
||||
virtual void subscriptClicked();
|
||||
|
Loading…
Reference in New Issue
Block a user