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
99387861
Commit
99387861
authored
Dec 10, 2010
by
Max-Wilhelm Bruker
Browse files
client crash fix
parent
0440fb2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/carditem.cpp
View file @
99387861
...
...
@@ -415,7 +415,7 @@ void CardItem::mouseDoubleClickEvent(QGraphicsSceneMouseEvent *event)
QVariant
CardItem
::
itemChange
(
GraphicsItemChange
change
,
const
QVariant
&
value
)
{
if
(
change
==
ItemSelectedHasChanged
)
{
if
(
(
change
==
ItemSelectedHasChanged
)
&&
owner
)
{
if
(
value
==
true
)
owner
->
setCardMenu
(
cardMenu
);
else
if
(
owner
->
getCardMenu
()
==
cardMenu
)
...
...
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