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

[Git][gambas/gambas][master] 2 commits: Some little fixes in the image editor.



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


Commits:
1312c80e by Benoît Minisini at 2024-12-15T21:00:27+01:00
Some little fixes in the image editor.

[DEVELOPMENT ENVIRONMENT]
* BUG: Image editor: Found a workaround for Qt bug that sometimes draws a about one pixel width dashed line with a two pixel width.
* NEW: Image editor: Change the icon of the button that clears the current selection.
* BUG: Image editor: Clicking with the middle button on a pixel now stores its color inside the palette.

- - - - -
63c4a0f6 by Benoît Minisini at 2024-12-15T21:00:57+01:00
Workaround the one pixel line width Qt bug by using '1.0001' instead of '1.01' width.

[GB.QT4]
* NEW: Workaround the one pixel line width Qt bug by using '1.0001' instead of '1.01' width.

[GB.QT5]
* NEW: Workaround the one pixel line width Qt bug by using '1.0001' instead of '1.01' width.

[GB.QT6]
* NEW: Workaround the one pixel line width Qt bug by using '1.0001' instead of '1.01' width.

- - - - -


6 changed files:

- app/src/gambas3/.src/Editor/Image/CImageSelection.class
- app/src/gambas3/.src/Editor/Image/CImageShape.class
- app/src/gambas3/.src/Editor/Image/FImageEditor.class
- app/src/gambas3/.src/Editor/Image/FImageProperty.class
- app/src/gambas3/.src/Editor/Image/FImageProperty.form
- gb.qt4/src/cpaint_impl.cpp


View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/0660375cac9e676b55443e72dfa4ac1719e96a5e...63c4a0f63cce857b2264234b53850b62815a7f5a

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/0660375cac9e676b55443e72dfa4ac1719e96a5e...63c4a0f63cce857b2264234b53850b62815a7f5a
You're receiving this email because of your account on gitlab.com.