Skip to content

Commit

Permalink
fixed a weird crash hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
BoyC committed Apr 9, 2022
1 parent cd17dd4 commit 6e0cb6b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Bedrock/Whiteboard/ContextMenu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -456,15 +456,19 @@ void CWBContextItem::AddSeparator()
void CWBContextItem::SetText( const CString& text )
{
Text = text;
/*
if ( CopyOf )
CopyOf->SetText( text );
*/
}

void CWBContextItem::SetHighlight( TBOOL highlighted )
{
Highlighted = highlighted;
/*
if ( CopyOf )
CopyOf->SetHighlight( highlighted );
*/
}

TBOOL CWBContextMenu::ApplyStyle( CString & prop, CString & value, CStringArray &pseudo )
Expand Down
2 changes: 1 addition & 1 deletion BuildCount.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//Automatically generated build count file. DO NOT EDIT MANUALLY!

#define BUILD_COUNT_ANUBIS 91
#define BUILD_COUNT_DESKTOP_EDTCHAL 3597
#define BUILD_COUNT_DESKTOP_EDTCHAL 3598

#define RELEASE_COUNT_ANUBIS 0
#define RELEASE_COUNT_DESKTOP_EDTCHAL 62
Expand Down

0 comments on commit 6e0cb6b

Please sign in to comment.