mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Tweaked measure binding for RoundLine meters
This commit is contained in:
@ -166,3 +166,12 @@ bool CMeterRoundLine::Draw(Graphics& graphics)
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
/*
|
||||
** Overridden method. The roundline meters need not to be bound on anything
|
||||
**
|
||||
*/
|
||||
void CMeterRoundLine::BindMeasures(CConfigParser& parser, const WCHAR* section)
|
||||
{
|
||||
BindPrimaryMeasure(parser, section, true);
|
||||
}
|
||||
|
Reference in New Issue
Block a user