Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Skin Framework
  New Posts New Posts RSS Feed - [BUG]CXTPSkinManagerApiHook::OnHookGetSystemMetric
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

[BUG]CXTPSkinManagerApiHook::OnHookGetSystemMetric

 Post Reply Post Reply
Author
Message
shinny-ji View Drop Down
Newbie
Newbie


Joined: 02 February 2021
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote shinny-ji Quote  Post ReplyReply Direct Link To This Post Topic: [BUG]CXTPSkinManagerApiHook::OnHookGetSystemMetric
    Posted: 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;
Back to Top
astoyan View Drop Down
Admin Group
Admin Group
Avatar

Joined: 24 August 2013
Status: Offline
Points: 284
Post Options Post Options   Thanks (0) Thanks(0)   Quote astoyan Quote  Post ReplyReply Direct Link To This Post Posted: 03 February 2021 at 10:07am
Thanks for reporting this, we'll check and fix it.
Regards,
  Alexander
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.141 seconds.