Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LO21_Pin_Noir_Boucher_Bouri_Detree
CellulutLO21
Commits
5acb8ed1
Commit
5acb8ed1
authored
May 29, 2021
by
Yann Boucher
Browse files
Meilleure visualisation de sélection
parent
6309e473
Pipeline
#78777
passed with stages
in 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/gridview.cpp
View file @
5acb8ed1
...
...
@@ -149,7 +149,8 @@ protected:
if
(
isSelected
())
{
QBrush
selection_brush
(
Qt
::
cyan
);
QBrush
selection_brush
=
brush
();
selection_brush
.
setColor
(
brush
().
color
().
darker
(
175
));
painter
->
setBrush
(
selection_brush
);
}
else
...
...
Yann Boucher
@yboucher
mentioned in issue
#72 (closed)
·
May 29, 2021
mentioned in issue
#72 (closed)
mentioned in issue #72
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment