mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 15:15:51 +03:00
[GH-ISSUE #1353] [Bug] Hover shows in the top left corner #994
Labels
No labels
copy cats
duplicated
future feature
pull-request
⬜ Accepted
⬜ Completed
⬜ Help Wanted 💪
⬜ In Progress
⬜ Missing Details
⬜ Pending
⬜ Waiting For Answer ⏳
🆕 feature preview
🔷 Bug 🐛
🔷 Out Of Scope
🔷 Out Of Scope
🔷 Question
🔷Enhancement
🔷Enhancement
🔷Invalid / External
🔷Knowledge Base
🔷Won't Fix
🕑 High
🕑 High
🕑 High
🕕 Medium
🕙 Low
🕛 Critical
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ScreenToGif#994
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Askhento on GitHub (Nov 18, 2024).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/1353
Originally assigned to: @NickeManarin on GitHub.
Describe the bug
Hover info (or whatever it called) shows in the top left corner of the screen, which says ScreenToGif!
To Reproduce

Steps to reproduce the behavior:
Not sure, it happening at random. But when the hover appears I can remove it by hovering over tray icon of ScreenToGif.
Screenshots
Desktop (please complete the following information):
@NickeManarin commented on GitHub (Dec 15, 2024):
It's called "Tooltip".
The position is relative to the cursor position.
I was doing manually the creation of the tooltip.
I now changed to using the native way.
@NickeManarin commented on GitHub (Dec 15, 2024):