![]() |
[BUG]CXTPSkinManagerApiHook::OnHookGetSystemMetric |
Post Reply
|
| Author | |
shinny-ji
Newbie
Joined: 02 February 2021 Status: Offline Points: 2 |
Post Options
Thanks(0)
Quote Reply
Topic: [BUG]CXTPSkinManagerApiHook::OnHookGetSystemMetricPosted: 02 February 2021 at 6:10am |
|
if (pSkinManager->IsEnabled() || pMetrics == NULL
|| pMetrics->m_bRefreshMetrics) return nResult; missed '!' and should be: if (!pSkinManager->IsEnabled() || pMetrics == NULL
|| pMetrics->m_bRefreshMetrics)
return nResult;
|
|
![]() |
|
astoyan
Admin Group
Joined: 24 August 2013 Status: Offline Points: 324 |
Post Options
Thanks(0)
Quote Reply
Posted: 03 February 2021 at 10:07am |
|
Thanks for reporting this, we'll check and fix it.
Regards, Alexander
|
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |