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:
parent
929d8149d0
commit
d60ec2cc39
@ -166,3 +166,12 @@ bool CMeterRoundLine::Draw(Graphics& graphics)
|
|||||||
|
|
||||||
return true;
|
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);
|
||||||
|
}
|
||||||
|
@ -34,6 +34,7 @@ public:
|
|||||||
|
|
||||||
protected:
|
protected:
|
||||||
virtual void ReadOptions(CConfigParser& parser, const WCHAR* section);
|
virtual void ReadOptions(CConfigParser& parser, const WCHAR* section);
|
||||||
|
virtual void BindMeasures(CConfigParser& parser, const WCHAR* section);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
bool m_Solid;
|
bool m_Solid;
|
||||||
|
Loading…
Reference in New Issue
Block a user