mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Code cleanup
This commit is contained in:
@ -65,8 +65,8 @@ public:
|
||||
void CreateToolTip(CMeterWindow* meterWindow);
|
||||
void UpdateToolTip();
|
||||
|
||||
virtual void Hide();
|
||||
virtual void Show();
|
||||
void Hide();
|
||||
void Show();
|
||||
bool IsHidden() { return m_Hidden; }
|
||||
|
||||
const Gdiplus::Matrix* GetTransformationMatrix() { return m_Transformation; }
|
||||
|
Reference in New Issue
Block a user