File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ internal static class TreeViewAdvThemeExtender
88 {
99 internal static void SubscribeToThemes ( )
1010 {
11- Theme . OnCurrentChecnged += ( ) => { AssignRendersTheme ( Theme . Current ) ; } ;
11+ Theme . OnCurrentChanged += ( ) => { AssignRendersTheme ( Theme . Current ) ; } ;
1212 Theme . OnApplyToControl += ( control , theme ) => {
1313 if ( control is TreeViewAdv treeView )
1414 {
Original file line number Diff line number Diff line change 1212 <AssemblyCompany >SergiyE</AssemblyCompany >
1313 <AssemblyProduct >OpenHardwareMonitor</AssemblyProduct >
1414 <AssemblyCopyright >Copyright © 2022 Sergiy Egoshyn</AssemblyCopyright >
15- <AssemblyVersion >1.0.9270 </AssemblyVersion >
15+ <AssemblyVersion >1.0.9300 </AssemblyVersion >
1616 <GenerateDocumentationFile >false</GenerateDocumentationFile >
1717 <Deterministic >true</Deterministic >
1818 </PropertyGroup >
2929 <Company >$(AssemblyCompany)</Company >
3030 <Product >$(AssemblyProduct)</Product >
3131 <Version >$(AssemblyVersion)</Version >
32- <IncludeSymbols >True </IncludeSymbols >
32+ <IncludeSymbols >false </IncludeSymbols >
3333 <PackageLicenseExpression >MPL-2.0</PackageLicenseExpression >
3434 <GeneratePackageOnBuild >false</GeneratePackageOnBuild >
3535 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments