mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-05-28 02:35:32 +08:00
Update release
This commit is contained in:
+4
-1
@@ -20884,7 +20884,10 @@ GuiMenuButton
|
|||||||
|
|
||||||
void GuiMenuButton::SetSubMenu(GuiMenu* value, bool owned)
|
void GuiMenuButton::SetSubMenu(GuiMenu* value, bool owned)
|
||||||
{
|
{
|
||||||
DetachSubMenu();
|
if(subMenu)
|
||||||
|
{
|
||||||
|
DetachSubMenu();
|
||||||
|
}
|
||||||
subMenu=value;
|
subMenu=value;
|
||||||
ownedSubMenu=owned;
|
ownedSubMenu=owned;
|
||||||
if(subMenu)
|
if(subMenu)
|
||||||
|
|||||||
@@ -635,8 +635,8 @@ RegexLexerWalker
|
|||||||
|
|
||||||
vint RegexLexerWalker::GetRelatedToken(vint state)const
|
vint RegexLexerWalker::GetRelatedToken(vint state)const
|
||||||
{
|
{
|
||||||
vint finalState=state==-1?-1:pure->GetRelatedFinalState(state);
|
vint finalState = state == -1 ? -1 : pure->GetRelatedFinalState(state);
|
||||||
return finalState==-1?-1:stateTokens.Get(finalState);
|
return finalState == -1 ? -1 : stateTokens.Get(finalState);
|
||||||
}
|
}
|
||||||
|
|
||||||
void RegexLexerWalker::Walk(wchar_t input, vint& state, vint& token, bool& finalState, bool& previousTokenStop)const
|
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