mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-25 08:03:54 -07:00
improved rubber band drag
This commit is contained in:
parent
99387861cd
commit
99c0a41d18
15 changed files with 139 additions and 14 deletions
|
|
@ -1,9 +1,9 @@
|
|||
#ifndef STACKZONE_H
|
||||
#define STACKZONE_H
|
||||
|
||||
#include "cardzone.h"
|
||||
#include "selectzone.h"
|
||||
|
||||
class StackZone : public CardZone {
|
||||
class StackZone : public SelectZone {
|
||||
Q_OBJECT
|
||||
private:
|
||||
qreal zoneHeight;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue