google-code-export / rainmeter

Automatically exported from code.google.com/p/rainmeter
1 stars 0 forks source link

[PATCH] DesktopWorkArea can easily be destroyed by external application #162

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
NOTE: This patch also includes the patch in issue 161, if I should make a 
separate patch please add a comment.

I refactored the application of the update of the work areas to 
CRainmeter::UpdateDesktopWorkArea().

This way the update can easily be used in other places.

I added the call to CRainmeter::RefreshAll(), this way you can edit settings of 
the DestopWorkArea at runtime by editing the INI file.
You will also be able to reapply the settings if some other application changed 
the desktop work area on its own.
Thus, you do not need to restart RainMeter in that case anymore but can select 
"Rainmeter Menu -> Refresh All".

Original issue reported on code.google.com by hurrelmann on 5 Jul 2010 at 8:00

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by kenz0.sa...@gmail.com on 5 Aug 2010 at 4:39