[Gambas-Notification] [Git][gambas/gambas][stable] 3 commits: ListEditor: Fix crash when checking for duplicates if the Unique property is TRUE.

Benoît Minisini (@bminisini) gitlab at mg.gitlab.com
Sat Jul 10 15:00:49 CEST 2021



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


Commits:
3a026766 by gambas at 2021-07-10T14:57:02+02:00
ListEditor: Fix crash when checking for duplicates if the Unique property is TRUE.

[GB.FORM]
* BUG: ListEditor: Fix crash when checking for duplicates if the Unique property is TRUE.

- - - - -
7a1543f3 by gambas at 2021-07-10T14:57:11+02:00
Fix keyboard management, and windows cannot have focus anymore on click.

[GB.GTK]
* BUG: Fix keyboard event management for command keys like DEL that have a text associated with.
* BUG: Windows cannot have focus anymore on click.

[GB.GTK3]
* BUG: Fix keyboard event management for command keys like DEL that have a text associated with.
* BUG: Windows cannot have focus anymore on click.

- - - - -
7ad6311a by gambas at 2021-07-10T14:57:17+02:00
Fix MaskBox.

[GB.FORM]
* BUG: MaskBox: Text that do not have the same size as the mask are not valid anymore.
* BUG: MaskBox: The Text property now must match the mask when set. If the set text is smaller than the mask, it is completed with the default characters.
* BUG: MaskBox: Characters moves should be handled better now.

- - - - -


11 changed files:

- comp/src/gb.form/.project
- comp/src/gb.form/.src/ListEditor/FListEditor.class
- comp/src/gb.form/.src/ListEditor/ListEditor.class
- comp/src/gb.form/.src/MaskBox.class
- comp/src/gb.form/.src/Test/FTestListEditor.class
- comp/src/gb.form/.src/Test/FTestListEditor.form
- comp/src/gb.form/.src/Test/FTestMaskBox.class
- comp/src/gb.form/.src/Test/FTestMaskBox.form
- gb.gtk/src/gcontrol.cpp
- gb.gtk/src/gkey.cpp
- gb.gtk/src/gmainwindow.cpp


View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/00aa82a94f0900b4f076210345d516508e5d8053...7ad6311a1f74f181603bfe1dba57cf19c672f12e

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/00aa82a94f0900b4f076210345d516508e5d8053...7ad6311a1f74f181603bfe1dba57cf19c672f12e
You're receiving this email because of your account on gitlab.com.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/notification/attachments/20210710/a1d7e159/attachment.htm>


More information about the Notification mailing list