mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-02-06 03:42:11 +08:00
Update release
This commit is contained in:
@@ -20884,7 +20884,10 @@ GuiMenuButton
|
||||
|
||||
void GuiMenuButton::SetSubMenu(GuiMenu* value, bool owned)
|
||||
{
|
||||
DetachSubMenu();
|
||||
if(subMenu)
|
||||
{
|
||||
DetachSubMenu();
|
||||
}
|
||||
subMenu=value;
|
||||
ownedSubMenu=owned;
|
||||
if(subMenu)
|
||||
|
||||
@@ -635,8 +635,8 @@ RegexLexerWalker
|
||||
|
||||
vint RegexLexerWalker::GetRelatedToken(vint state)const
|
||||
{
|
||||
vint finalState=state==-1?-1:pure->GetRelatedFinalState(state);
|
||||
return finalState==-1?-1:stateTokens.Get(finalState);
|
||||
vint finalState = state == -1 ? -1 : pure->GetRelatedFinalState(state);
|
||||
return finalState == -1 ? -1 : stateTokens.Get(finalState);
|
||||
}
|
||||
|
||||
void RegexLexerWalker::Walk(wchar_t input, vint& state, vint& token, bool& finalState, bool& previousTokenStop)const
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user