mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 06:05:58 -06:00
[PR #225] GridCtrl Correction and enhancement proposition #246
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#246
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/225
Author: @didierq
Created: 1/11/2025
Status: 🔄 Open
Base:
master← Head:master📝 Commits (3)
41b7663GridCtrl::SearchImmediate(bool b = true) correction87c840cAdded WhenSelectAction()8c32f4aMerge branch 'master' of github.com:ultimatepp/ultimatepp📊 Changes
4 files changed (+15 additions, -4 deletions)
View changed files
📝
uppsrc/GridCtrl/GridCtrl.cpp(+3 -0)📝
uppsrc/GridCtrl/GridCtrl.h(+3 -1)📝
uppsrc/GridCtrl/GridKey.cpp(+5 -1)📝
uppsrc/GridCtrl/GridMouse.cpp(+4 -2)📄 Description
GridCtrl::SearchImmediate(bool b = true) BUG correction
When calling SearchImmediate(..) in application code, it didn't work at all. Now it activates and deactivates ImmidiateSearch as expected
Added WhenSelectAction()
This enhancement adds WhenSelectAction: WhenSelectAction is called every time row selection is modified. It allows to synchronize GridCtrl row selection with something else
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.