[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Git][gambas/gambas][master] 3 commits: ScrollView: Setting the Arrangement property recomputes the contents size immediately.
[Thread Prev] | [Thread Next]
- Subject: [Git][gambas/gambas][master] 3 commits: ScrollView: Setting the Arrangement property recomputes the contents size immediately.
- From: Benoît Minisini (@bminisini) <gitlab@xxxxxxxxxxxxx>
- Reply-to: noreply@xxxxxxxxxx
- Date: Thu, 24 Apr 2025 04:39:03 +0000
- To: notification@xxxxxxxxxxxxxxxxxxxxxx
Benoît Minisini pushed to branch master at Gambas / gambas Commits: 03772b8c by Benoît Minisini at 2025-04-24T03:13:52+02:00 ScrollView: Setting the Arrangement property recomputes the contents size immediately. [GB.GUI.BASE] * BUG: ScrollView: Setting the Arrangement property recomputes the contents size immediately. It fixed the behaviour of automatic arrangement of controls drawn with a ScrollView in the IDE. - - - - - b5ddc041 by Benoît Minisini at 2025-04-24T03:15:01+02:00 Fix WebListBox and WebDateBox. [GB.WEB.GUI] * BUG: WebListBox: Raise the 'Click' event as expected. * BUG: WebDateBox: Raise the 'Click' event when a date is selected in the popup. * BUG: WebDateBox: Take the 'Enabled' and the 'ReadOnly' properties into account as expected. - - - - - 49d93879 by Benoît Minisini at 2025-04-24T06:38:55+02:00 Fix WebScrollView and WebContainer 'DeleteChildren()' method. [GB.WEB.GUI] * BUG: WebContainer: 'DeleteChildren()' method acts on the '_Container' property. * BUG: WebScrollView: Implement a specific internal WebScrollViewContainer class, so that the control correctly refreshes. * BUG: WebScrollView: Update focus rectangle on scroll. - - - - - 11 changed files: - comp/src/gb.gui.base/.src/ScrollView.class - comp/src/gb.web.gui/.project - comp/src/gb.web.gui/.src/Calendar/WebDateBox.class - + comp/src/gb.web.gui/.src/Test/WFrmBug.class - + comp/src/gb.web.gui/.src/Test/WFrmBug.webform - comp/src/gb.web.gui/.src/WebContainer.class - comp/src/gb.web.gui/.src/WebControl.class - comp/src/gb.web.gui/.src/WebListBox.class - comp/src/gb.web.gui/.src/WebScrollView.class - + comp/src/gb.web.gui/.src/WebScrollViewContainer.class - comp/src/gb.web.gui/lib.js View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/9786fb2772cc6367d7fe594178d9f74f4a79d7af...49d938790058f1e1e51d6b8198af311a717a2934 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/9786fb2772cc6367d7fe594178d9f74f4a79d7af...49d938790058f1e1e51d6b8198af311a717a2934 You're receiving this email because of your account on gitlab.com.