mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Additional changes to 4bbc372
This commit is contained in:
@ -653,7 +653,7 @@ bool CMeterHistogram::Draw(Graphics& graphics)
|
||||
*/
|
||||
void CMeterHistogram::BindMeasures(CConfigParser& parser, const WCHAR* section)
|
||||
{
|
||||
if (BindPrimaryMeasure(parser, section, true))
|
||||
if (BindPrimaryMeasure(parser, section, false))
|
||||
{
|
||||
const std::wstring* secondaryMeasure = &parser.ReadString(section, L"MeasureName2", L"");
|
||||
if (secondaryMeasure->empty())
|
||||
|
Reference in New Issue
Block a user