mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-27 15:54:17 +02:00
parent
830979354b
commit
dc883d94d3
@ -1122,7 +1122,7 @@ void Notepad_plus::unPinnedForAllBuffers()
|
||||
|
||||
for (size_t i = 0; i < _subDocTab.nbItem(); ++i)
|
||||
{
|
||||
BufferID id = _mainDocTab.getBufferByIndex(i);
|
||||
BufferID id = _subDocTab.getBufferByIndex(i);
|
||||
Buffer* buf = MainFileManager.getBufferByID(id);
|
||||
buf->setPinned(false);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user