mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 13:31:49 +00:00
Whitespace
This commit is contained in:
parent
152811a27d
commit
67ff56c63a
@ -94,9 +94,9 @@ void InsetHyperlink::doDispatch(Cursor & cur, FuncRequest & cmd)
|
||||
{
|
||||
// Ctrl + click: open hyperlink
|
||||
if (cmd.action() == LFUN_MOUSE_RELEASE && cmd.modifier() == ControlModifier) {
|
||||
lyx::dispatch(FuncRequest(LFUN_INSET_EDIT));
|
||||
return;
|
||||
}
|
||||
lyx::dispatch(FuncRequest(LFUN_INSET_EDIT));
|
||||
return;
|
||||
}
|
||||
|
||||
switch (cmd.action()) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user