summaryrefslogtreecommitdiffstats
path: root/commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands.c')
-rw-r--r--commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands.c b/commands.c
index 1ba0363..c1e19b4 100644
--- a/commands.c
+++ b/commands.c
@@ -385,7 +385,7 @@ bool ci_toggle_antialias(arg_t _)
bool ci_toggle_alpha(arg_t _)
{
- img.alpha = !img.alpha;
+ img.alpha_layer = !img.alpha_layer;
img.dirty = true;
return true;
}