Merge lp:~rschroll/euchre/arrow2 into lp:euchre

Proposed by Robert Schroll
Status: Merged
Merged at revision: 93
Proposed branch: lp:~rschroll/euchre/arrow2
Merge into: lp:euchre
Diff against target: 12 lines (+2/-0)
1 file modified
main.qml (+2/-0)
To merge this branch: bzr merge lp:~rschroll/euchre/arrow2
Reviewer Review Type Date Requested Status
Robert Ancell Approve
Review via email: mp+252535@code.launchpad.net

Description of the change

Somehow I missed setting the arrow when calling trump as well. Oops.

To post a comment you must log in.
Revision history for this message
Robert Ancell (robert-ancell) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'main.qml'
2--- main.qml 2015-03-10 06:45:40 +0000
3+++ main.qml 2015-03-11 05:25:17 +0000
4@@ -845,6 +845,8 @@
5 trump_label.text = suit
6 calling_player = current_player
7 trump_suit = suit
8+ maker_arrow.opacity = 0.25
9+ maker_arrow.rotation = 90 * (calling_player + 1)
10
11 // Raise the chosen card to the top and fade out the others
12 for (var i = 0; i < suit_cards.length; i++) {

Subscribers

People subscribed via source and target branches