mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Remove newlines from shortcut LFUNs.
This commit is contained in:
parent
81d507f9de
commit
c5c1683024
@ -2828,6 +2828,7 @@ GuiShortcutDialog::GuiShortcutDialog(QWidget * parent) : QDialog(parent)
|
||||
{
|
||||
Ui::shortcutUi::setupUi(this);
|
||||
QDialog::setModal(true);
|
||||
lfunLE->setValidator(new NoNewLineValidator(lfunLE));
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user