mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-26 19:48:01 +02:00
Merge branch 'master' into BookmarkPanel
This commit is contained in:
commit
6884b9fc21
267 changed files with 26197 additions and 17792 deletions
|
@ -90,10 +90,11 @@ namespace IDE
|
|||
{
|
||||
if (mParent == null)
|
||||
return;
|
||||
int startIdx = strBuffer.Length;
|
||||
mParent.ToString(strBuffer);
|
||||
if (mBoundKeyState != null)
|
||||
{
|
||||
if (!strBuffer.IsEmpty)
|
||||
if (strBuffer.Length > startIdx)
|
||||
strBuffer.Append(", ");
|
||||
mBoundKeyState.ToString(strBuffer);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue