parent
e10847b429
commit
336992ea77
@ -444,6 +444,10 @@ bool Notepad_plus::doReload(BufferID id, bool alert)
|
|||||||
_subEditView.execute(SCI_SETDOCPOINTER, 0, pBuf->getDocument());
|
_subEditView.execute(SCI_SETDOCPOINTER, 0, pBuf->getDocument());
|
||||||
_subEditView.restoreCurrentPos();
|
_subEditView.restoreCurrentPos();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Once reload is complete, activate buffer which will take care of
|
||||||
|
// many settings such as update status bar, clickable link etc.
|
||||||
|
activateBuffer(id, currentView());
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user