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
PIM
PIM Calendar Support
Commits
3bf4c90b
Commit
3bf4c90b
authored
Jul 17, 2021
by
Glen Ditchfield
🐛
Committed by
Glen Ditchfield
Jul 19, 2021
Browse files
Obey Use Colors option when printing tags
parent
a72fc7ec
Pipeline
#71156
failed with stage
in 5 minutes and 10 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/printing/calprintpluginbase.cpp
View file @
3bf4c90b
...
...
@@ -1152,7 +1152,9 @@ void CalPrintPluginBase::drawDayBox(QPainter &p,
timeText
.
clear
();
}
p
.
save
();
setColorsByIncidenceCategory
(
p
,
todo
);
if
(
mUseColors
)
{
setColorsByIncidenceCategory
(
p
,
todo
);
}
QString
summaryStr
=
todo
->
summary
();
if
(
!
todo
->
location
().
isEmpty
())
{
summaryStr
=
i18nc
(
"summary, location"
,
"%1, %2"
,
summaryStr
,
todo
->
location
());
...
...
Write
Preview
Markdown
is supported
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