mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 21:40:19 +00:00
Whitespace
This commit is contained in:
parent
ceb03b1815
commit
08fc56486e
@ -193,7 +193,6 @@ bool TocWidget::getStatus(Cursor & cur, FuncRequest const & cmd,
|
|||||||
void TocWidget::doDispatch(Cursor & cur, FuncRequest const & cmd,
|
void TocWidget::doDispatch(Cursor & cur, FuncRequest const & cmd,
|
||||||
DispatchResult & dr)
|
DispatchResult & dr)
|
||||||
{
|
{
|
||||||
|
|
||||||
Inset * inset = itemInset();
|
Inset * inset = itemInset();
|
||||||
|
|
||||||
QModelIndex const & index = tocTV->currentIndex();
|
QModelIndex const & index = tocTV->currentIndex();
|
||||||
@ -379,7 +378,6 @@ void TocWidget::outline(FuncCode func_code)
|
|||||||
|
|
||||||
void TocWidget::sendDispatch(FuncRequest fr)
|
void TocWidget::sendDispatch(FuncRequest fr)
|
||||||
{
|
{
|
||||||
|
|
||||||
fr.setViewOrigin(&gui_view_);
|
fr.setViewOrigin(&gui_view_);
|
||||||
GuiWorkArea * old_wa = gui_view_.currentWorkArea();
|
GuiWorkArea * old_wa = gui_view_.currentWorkArea();
|
||||||
GuiWorkArea * doc_wa = gui_view_.currentMainWorkArea();
|
GuiWorkArea * doc_wa = gui_view_.currentMainWorkArea();
|
||||||
|
Loading…
Reference in New Issue
Block a user