mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Fixed Bar/Histogram meters containing wrong width/height values when used with images
This commit is contained in:
@ -38,7 +38,7 @@ protected:
|
||||
virtual void ReadOptions(CConfigParser& parser, const WCHAR* section);
|
||||
virtual void BindMeasures(CConfigParser& parser, const WCHAR* section);
|
||||
|
||||
virtual bool IsFixedSize() { return m_ImageName.empty(); }
|
||||
virtual bool IsFixedSize(bool overwrite = false) { return m_ImageNameResult.empty(); }
|
||||
|
||||
private:
|
||||
void LoadImage(const std::wstring& imageName, bool bLoadAlways);
|
||||
|
Reference in New Issue
Block a user