[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Git][gambas/gambas][master] 4 commits: TabPanel: The 'MouseDown' event is raised when the user clicks on a tab...
[Thread Prev] | [Thread Next]
- Subject: [Git][gambas/gambas][master] 4 commits: TabPanel: The 'MouseDown' event is raised when the user clicks on a tab...
- From: Benoît Minisini (@bminisini) <gitlab@xxxxxxxxxxxxx>
- Reply-to: noreply@xxxxxxxxxx
- Date: Fri, 27 Sep 2024 13:11:30 +0000
- To: notification@xxxxxxxxxxxxxxxxxxxxxx
Benoît Minisini pushed to branch master at Gambas / gambas Commits: 64a508cf by Benoît Minisini at 2024-09-27T14:59:33+02:00 TabPanel: The 'MouseDown' event is raised when the user clicks on a tab button, even if it is the current one. [GB.FORM] * BUG: TabPanel: Fix button highlighting when the control has the focus. * NEW: TabPanel: The 'MouseDown' event is raised when the user clicks on a tab button, even if it is the current one. - - - - - 4bb58ed5 by Benoît Minisini at 2024-09-27T15:08:53+02:00 TabPanel: The new 'Select' event (instead of 'MouseDown' event) is raised when the user clicks on a tab button, even if it is the current one. [GB.FORM] * NEW: TabPanel: The new 'Select' event (instead of 'MouseDown' event) is raised when the user clicks on a tab button, even if it is the current one. - - - - - 4597ad6b by Benoît Minisini at 2024-09-27T15:10:15+02:00 Workspace: 'Select' is a new event that is raised when the user clicks on a tab button, even if it is the current one. [GB.FORM.MDI] * NEW: Workspace: 'Select' is a new event that is raised when the user clicks on a tab button, even if it is the current one. - - - - - f7558b3b by Benoît Minisini at 2024-09-27T15:11:25+02:00 Use the new Workspace 'Select' event to refresh the tree when a tab button of the document workspace is clicked, even if it is the current one. [DEVELOPMENT ENVIRONMENT] * NEW: Use the new Workspace 'Select' event to refresh the tree when a tab button of the document workspace is clicked, even if it is the current one. - - - - - 8 changed files: - app/src/gambas3/.src/FMain.class - comp/src/gb.form.mdi/.src/Workspace/FWorkspace.class - comp/src/gb.form.mdi/.src/Workspace/Workspace.class - − comp/src/gb.form/.lang/pt_BR.po - comp/src/gb.form/.project - comp/src/gb.form/.src/TabPanel/TabPanel.class - comp/src/gb.form/.src/TabPanel/_TabPanelButton.class - comp/src/gb.form/.src/Test/FTestTabPanel.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/a202f84e891d940fbaf079973d7ab2277b4ce2b0...f7558b3bfcbe9af226d610c423d500db9f816769 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/a202f84e891d940fbaf079973d7ab2277b4ce2b0...f7558b3bfcbe9af226d610c423d500db9f816769 You're receiving this email because of your account on gitlab.com.