mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
one more mistake...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24020 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
62797eb0c7
commit
444dc60b23
@ -129,7 +129,7 @@ void InsetSpace::doDispatch(Cursor & cur, FuncRequest & cmd)
|
||||
|
||||
case LFUN_MOUSE_RELEASE:
|
||||
if (!cur.selection() && cmd.button() == mouse_button::button1)
|
||||
cur.bv().showDialog("wrap", params2string(params()), this);
|
||||
cur.bv().showDialog("space", params2string(params()), this);
|
||||
break;
|
||||
|
||||
default:
|
||||
@ -160,7 +160,7 @@ bool InsetSpace::getStatus(Cursor & cur, FuncRequest const & cmd,
|
||||
|
||||
void InsetSpace::edit(Cursor & cur, bool, EntryDirection)
|
||||
{
|
||||
cur.bv().showDialog("wrap", params2string(params()), this);
|
||||
cur.bv().showDialog("space", params2string(params()), this);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user