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 2e7e3f89d5f303dc13d6c56e42923d71bfcd3194
Author: Kim Woelders <k...@woelders.dk>
AuthorDate: Sun Sep 10 17:31:17 2023 +0200
tooltips: Fix initially missing root tooltips
If enabled, they would initially not appear until some border or theme
element was entered and left.
---
src/tooltips.c | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/src/tooltips.c b/src/tooltips.c
index fd6a8141..2ab5a7e1 100644
--- a/src/tooltips.c
+++ b/src/tooltips.c
@@ -1,6 +1,6 @@
/*
* Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors
- * Copyright (C) 2004-2022 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
@@ -758,9 +758,6 @@ ToolTipTimeout(void *data __UNUSED__)
void
TooltipsSetPending(int type, CB_GetAclass * func, void *data)
{
- if (!Mode_tooltips.ac_func && !func)
- return;
-
Mode_tooltips.ac_func = func;
Mode_tooltips.ac_data = data;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.