mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
[PR #244] [CLOSED] RichEdit: Fix issue with unresponsive menu bar after right click on Wayland #264
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/ultimatepp#264
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?
📋 Pull Request Information
Original PR: https://github.com/ultimatepp/ultimatepp/pull/244
Author: @klugier
Created: 3/18/2025
Status: ❌ Closed
Base:
master← Head:klugier/rich-edit-wayland-menubar-fix📝 Commits (1)
d912216RichEdit: Fix issue with unresponsive menu bar after right click on Wayland.📊 Changes
1 file changed (+0 additions, -1 deletions)
View changed files
📝
uppsrc/RichEdit/Mouse.cpp(+0 -1)📄 Description
It seems that executing LeftDown when text is not slected in RightDawn in RichEdit doesn't make much sense. After removing this line the Wayland version of RichEdit works as expected and right click menu bar when there is no selection behaves as expected.
Not sure if there is a drawback of removing of LeftDawn, hoever I didn't notice anything bad.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.