mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 02:49:46 +00:00
please Lars.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28799 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
cdfc9575a9
commit
629e2073fc
@ -296,8 +296,8 @@ void GuiDelimiter::on_sizeCO_activated(int index)
|
||||
|
||||
void GuiDelimiter::on_leftLW_itemActivated(QListWidgetItem *)
|
||||
{
|
||||
// do not auto-apply if !matchCB->isChecked()
|
||||
if (!matchCB->isChecked())
|
||||
// do not apply
|
||||
return;
|
||||
on_insertPB_clicked();
|
||||
accept();
|
||||
@ -306,8 +306,8 @@ void GuiDelimiter::on_leftLW_itemActivated(QListWidgetItem *)
|
||||
|
||||
void GuiDelimiter::on_rightLW_itemActivated(QListWidgetItem *)
|
||||
{
|
||||
// do not auto-apply if !matchCB->isChecked()
|
||||
if (!matchCB->isChecked())
|
||||
// do not apply
|
||||
return;
|
||||
on_insertPB_clicked();
|
||||
accept();
|
||||
|
Loading…
Reference in New Issue
Block a user