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
c09b0fcb
Commit
c09b0fcb
authored
Jul 18, 2011
by
Max-Wilhelm Bruker
Browse files
CardDragItem fix
parent
d2c03496
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/carditem.cpp
View file @
c09b0fcb
...
...
@@ -394,8 +394,10 @@ CardDragItem *CardItem::createDragItem(int _id, const QPointF &_pos, const QPoin
{
deleteDragItem
();
dragItem
=
new
CardDragItem
(
this
,
_id
,
_pos
,
faceDown
);
dragItem
->
setVisible
(
false
);
scene
()
->
addItem
(
dragItem
);
dragItem
->
updatePosition
(
_scenePos
);
dragItem
->
setVisible
(
true
);
return
dragItem
;
}
...
...
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