mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
#10662 use drawers for bibliography dialogs
This change solves dialog stacking problems on newer Mac OS X in combination with the OS provided file open dialog.
(cherry picked from commit 97dc585138
)
This commit is contained in:
parent
06e5617cd7
commit
1460e8fe6f
@ -57,6 +57,7 @@ GuiBibtex::GuiBibtex(GuiView & lv)
|
||||
setupUi(this);
|
||||
|
||||
QDialog::setModal(true);
|
||||
setWindowModality(Qt::WindowModal);
|
||||
|
||||
connect(okPB, SIGNAL(clicked()),
|
||||
this, SLOT(slotOK()));
|
||||
|
@ -31,6 +31,7 @@ public:
|
||||
{
|
||||
Ui::BibtexAddUi::setupUi(this);
|
||||
QDialog::setModal(true);
|
||||
setWindowModality(Qt::WindowModal);
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user