[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Git][gambas/gambas][master] 2 commits: Combo box popup selection now takes 'Style.FramedSelection' into account. Some...



Benoît Minisini pushed to branch master at Gambas / gambas


Commits:
3488fe40 by Benoît Minisini at 2024-07-31T01:25:26+02:00
Combo box popup selection now takes 'Style.FramedSelection' into account. Some fixes in GridView cell position management.

[GB.GUI.BASE]
* NEW: ComboBox: Use 'Style.FramedSelection' for drawing popup selection.
* NEW: GridView: Do not draw top frame if the selected row is the first one.
* NEW: GridView: Do not draw bottom frame if the selected row is the last one.
* NEW: GridView: Fix 'GridView[].EnsureVisible()' when the cell is larger than the visible width.
* NEW: GridView: 'GridView[].ScreenX' and 'GridView[].ScreenY' are two new properties that return the screen absolute position of a cell.
* BUG: GridView: 'GridView[].Y' now correctly takes the border into account.

- - - - -
54afb630 by Benoît Minisini at 2024-07-31T01:26:46+02:00
TableView: Fix cell editor position and size.

[GB.FORM]
* BUG: TableView: Fix cell editor position and size.

- - - - -


8 changed files:

- comp/src/gb.form/.project
- comp/src/gb.form/.src/TableView.class
- comp/src/gb.form/.src/Test/FTestTableView.class
- comp/src/gb.form/.src/Test/FTestTableView.form
- comp/src/gb.gui.base/.src/ComboBox/FComboBoxPopup.class
- comp/src/gb.gui.base/.src/GridView/GridView.class
- comp/src/gb.gui.base/.src/GridView/_GridView_Cell.class
- comp/src/gb.gui.base/.src/MyButton.class


View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/c844c2d650cac206840add261e27c6780cd1fec2...54afb63015055a68b605ee81764eb6392d183404

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/c844c2d650cac206840add261e27c6780cd1fec2...54afb63015055a68b605ee81764eb6392d183404
You're receiving this email because of your account on gitlab.com.