mirror of
				https://github.com/chibicitiberiu/rainmeter-studio.git
				synced 2024-02-24 04:33:31 +00:00 
			
		
		
		
	The deactivated window wasn't deleted properly (issue 117).
Deactivating a config kept it still activate in the rainmeter.ini file (issue 118).
This commit is contained in:
		| @@ -141,6 +141,7 @@ public: | ||||
|  | ||||
| 	void MoveWindow(int x, int y); | ||||
| 	void ChangeZPos(ZPOSITION zPos); | ||||
| 	void FadeWindow(int from, int to); | ||||
| 	 | ||||
| 	Gdiplus::Bitmap* GetDoubleBuffer() { return m_DoubleBuffer; }; | ||||
| 	HWND GetWindow() { return m_Window; }; | ||||
| @@ -222,7 +223,6 @@ private: | ||||
| 	void ShowWindowIfAppropriate(); | ||||
| 	bool DoAction(int x, int y, MOUSE mouse, bool test); | ||||
| 	bool ResizeWindow(bool reset); | ||||
| 	void FadeWindow(int from, int to); | ||||
|  | ||||
| 	CConfigParser m_Parser; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Kimmo Pekkola
					Kimmo Pekkola