mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-05-28 10:45:31 +08:00
Update release
This commit is contained in:
+2
-1
@@ -5969,7 +5969,8 @@ GuiComboBoxListControl
|
|||||||
{
|
{
|
||||||
itemStyleController->SetFont(GetFont());
|
itemStyleController->SetFont(GetFont());
|
||||||
}
|
}
|
||||||
OnListControlAdoptedSizeInvalidated(nullptr, GetNotifyEventArguments());
|
auto args = GetNotifyEventArguments();
|
||||||
|
OnListControlAdoptedSizeInvalidated(nullptr, args);
|
||||||
}
|
}
|
||||||
|
|
||||||
void GuiComboBoxListControl::OnVisuallyEnabledChanged(compositions::GuiGraphicsComposition* sender, compositions::GuiEventArgs& arguments)
|
void GuiComboBoxListControl::OnVisuallyEnabledChanged(compositions::GuiGraphicsComposition* sender, compositions::GuiEventArgs& arguments)
|
||||||
|
|||||||
@@ -371,7 +371,7 @@ GuiDefaultInstanceLoader
|
|||||||
return GlobalStringKey::Empty;
|
return GlobalStringKey::Empty;
|
||||||
}
|
}
|
||||||
|
|
||||||
void ClearReflectionCache()
|
void ClearReflectionCache()override
|
||||||
{
|
{
|
||||||
propertyTypes.Clear();
|
propertyTypes.Clear();
|
||||||
defaultConstructors.Clear();
|
defaultConstructors.Clear();
|
||||||
@@ -1045,7 +1045,7 @@ GuiInstanceLoaderManager
|
|||||||
return GlobalStringKey::Empty;
|
return GlobalStringKey::Empty;
|
||||||
}
|
}
|
||||||
|
|
||||||
void ClearReflectionCache()
|
void ClearReflectionCache()override
|
||||||
{
|
{
|
||||||
rootLoader->ClearReflectionCache();
|
rootLoader->ClearReflectionCache();
|
||||||
FOREACH(Ptr<VirtualTypeInfo>, info, typeInfos.Values())
|
FOREACH(Ptr<VirtualTypeInfo>, info, typeInfos.Values())
|
||||||
|
|||||||
@@ -1608,7 +1608,7 @@ Interface Proxy
|
|||||||
}
|
}
|
||||||
END_INTERFACE_PROXY(presentation::controls::GuiComboBoxListControl::IStyleController)
|
END_INTERFACE_PROXY(presentation::controls::GuiComboBoxListControl::IStyleController)
|
||||||
|
|
||||||
BEGIN_INTERFACE_PROXY_SHAREDPTR(presentation::controls::GuiComboBoxListControl::IItemStyleProvider)
|
BEGIN_INTERFACE_PROXY_NOPARENT_SHAREDPTR(presentation::controls::GuiComboBoxListControl::IItemStyleProvider)
|
||||||
|
|
||||||
void AttachComboBox(presentation::controls::GuiComboBoxListControl* value)override
|
void AttachComboBox(presentation::controls::GuiComboBoxListControl* value)override
|
||||||
{
|
{
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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