mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-25 23:05:13 +02:00
[BUG_FIXED] prevent from crash in debug mode.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1075 f5eea248-9336-0410-98b8-ebc06183d4e3
This commit is contained in:
parent
4dd7423f61
commit
4f66f6388c
@ -850,7 +850,7 @@ void Notepad_plus::saveDockingParams()
|
|||||||
}
|
}
|
||||||
floatContArray[floatCont] = 1;
|
floatContArray[floatCont] = 1;
|
||||||
}
|
}
|
||||||
|
if (i < nppGUI._dockingData._pluginDockInfo.size()) // to prevent from crash in debug mode
|
||||||
vPluginDockInfo.push_back(nppGUI._dockingData._pluginDockInfo[i]);
|
vPluginDockInfo.push_back(nppGUI._dockingData._pluginDockInfo[i]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user