Print Page | Close Window

[BUG]CXTPSkinManagerApiHook::OnHookGetSystemMetric

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Skin Framework
Forum Description: Topics Related to Codejock Skin Framework
URL: http://forum.codejock.com/forum_posts.asp?TID=24129
Printed Date: 01 May 2024 at 5:46pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: [BUG]CXTPSkinManagerApiHook::OnHookGetSystemMetric
Posted By: shinny-ji
Subject: [BUG]CXTPSkinManagerApiHook::OnHookGetSystemMetric
Date 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;



Replies:
Posted By: astoyan
Date Posted: 03 February 2021 at 10:07am
Thanks for reporting this, we'll check and fix it.
Regards,
  Alexander



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net