opencv/modules/highgui
iiiuhuy 855f20fdfe
Merge pull request #27082 from iiiuhuy:fix_bug
displayOverlay doesn't disappear after timeout #27082

Fixes #26555

### Expected Behaviour
An overlay should be displayed atop an image and then disappear after `delayms` has timed out, but it doesn't. Also, `displayStatusBar` doesn't appear to set any text on the window.

### Actual Behaviour
The overlay appears but doesn't disappear unless a mouse move event happens on the image.

### Changes
- Fixed the issue with `displayOverlay` not disappearing after the timeout.

### Checklist
- [x] I agree to contribute to the project under Apache 2 License.
- [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV.
- [x] The PR is proposed to the proper branch.
- [x] There is a reference to the original bug report and related work.
- [ ] There is accuracy test, performance test, and test data in the opencv_extra repository, if applicable.
- [ ] The feature is well documented, and sample code can be built with the project CMake.
2025-03-17 19:36:06 +03:00
..
cmake highgui: Make GThread mandatory with GTK 2024-07-15 16:30:39 +02:00
doc Merge pull request #25042 from mshabunin:doc-upgrade 2024-03-05 16:19:45 +03:00
include/opencv2 doc: upgraded for compatibility with doxygen 1.12 2024-12-09 23:08:18 +03:00
misc highgui: Make GThread mandatory with GTK 2024-07-15 16:30:39 +02:00
src Merge pull request #27082 from iiiuhuy:fix_bug 2025-03-17 19:36:06 +03:00
test Merge pull request #25661 from itlab-vision:framebuffer 2024-06-26 15:31:19 +03:00
CMakeLists.txt Merge pull request #26563 from kallaballa:wayland_and_xkbcommon_missing_include_dirs 2024-12-04 17:20:15 +03:00