* Create selection zones to remember the last card the cursor was on.
This commit is contained in:
jean.chalard
2009-09-12 12:57:50 +00:00
parent 23fb17e58e
commit 34d973c60d
10 changed files with 73 additions and 26 deletions
-2
View File
@@ -23,8 +23,6 @@ static inline Target* closest(vector<Target*>& cards, Limitor* limitor, Target*
else
card = *it;
}
{ CardView* c = dynamic_cast<CardView*>(ref); if (c) c->zoom = 1.0; }
{ CardView* c = dynamic_cast<CardView*>(card); if (c) c->zoom = 1.4; }
return card;
}