mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-24 06:14:47 +02:00
parent
e10847b429
commit
336992ea77
@ -444,6 +444,10 @@ bool Notepad_plus::doReload(BufferID id, bool alert)
|
||||
_subEditView.execute(SCI_SETDOCPOINTER, 0, pBuf->getDocument());
|
||||
_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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user