Always enable mouse effects (workaround for issue #542)

This commit is contained in:
o9000
2016-01-07 19:38:23 +01:00
parent 79fa4b3ad5
commit dbf065ab12
2 changed files with 3 additions and 1 deletions

View File

@@ -103,6 +103,7 @@ void default_panel()
panel_config.mouse_pressed_alpha = 100;
panel_config.mouse_pressed_saturation = 0;
panel_config.mouse_pressed_brightness = 0;
panel_config.mouse_effects = 1;
// First background is always fully transparent
Background transparent_bg;