This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository e16.

View the commit online.

commit 3d872d0fe215722299e49d6282eb68d53a7b9a6d
Author: Kim Woelders <k...@woelders.dk>
AuthorDate: Wed Sep 20 20:31:30 2023 +0200

    buttons: Fix dragbar rendering when direction is changed when compositing
    
    Possibly also fixing other button issues (when compositing).
    
    Reported by Milan Maljković.
---
 src/buttons.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/buttons.c b/src/buttons.c
index 947dc035..568baf2a 100644
--- a/src/buttons.c
+++ b/src/buttons.c
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors
- * Copyright (C) 2004-2021 Kim Woelders
+ * Copyright (C) 2004-2023 Kim Woelders
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to
@@ -193,6 +193,7 @@ ButtonDestroy(Button * b)
 
    LIST_REMOVE(Button, &button_list, b);
 
+   EoUnmap(b);
    EoFini(b);
 
    ImageclassFree(b->iclass);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to