Tiled preview : mutualize canvas background update

When user changes canvas background, css class now applied on document
body.

Created new controller listening to Events.USER_SETTINGS_CHANGED to handle
this.
This commit is contained in:
jdescottes
2014-05-08 20:57:31 +02:00
parent 6ad5bde5d1
commit 59195c9fb6
6 changed files with 34 additions and 248 deletions

View File

@ -78,6 +78,7 @@
"js/controller/PaletteController.js",
"js/controller/PalettesListController.js",
"js/controller/NotificationController.js",
"js/controller/CanvasBackgroundController.js",
// Settings sub-controllers
"js/controller/settings/ApplicationSettingsController.js",