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:
Kimmo Pekkola
2009-10-18 13:31:55 +00:00
parent 0ccc1e8388
commit b5042589cb
2 changed files with 20 additions and 4 deletions

View File

@ -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;