Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
ecaaa9ee
Commit
ecaaa9ee
authored
Apr 26, 2015
by
Zach
Browse files
Merge pull request #1022 from poixen/orange_pt
Changed pt to orange
parents
54f0706b
ff1aec40
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/carditem.cpp
View file @
ecaaa9ee
...
...
@@ -111,7 +111,7 @@ void CardItem::paint(QPainter *painter, const QStyleOptionGraphicsItem *option,
QStringList
ptSplit
=
pt
.
split
(
"/"
);
if
(
ptDbSplit
.
at
(
0
)
!=
ptSplit
.
at
(
0
)
||
ptDbSplit
.
at
(
1
)
!=
ptSplit
.
at
(
1
))
painter
->
setPen
(
QColor
(
0
,
195
,
255
));
painter
->
setPen
(
QColor
(
255
,
150
,
0
));
else
painter
->
setPen
(
Qt
::
white
);
painter
->
setBackground
(
Qt
::
black
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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