ZoneView now floats above cardfield

This commit is contained in:
marcus 2009-10-02 12:27:02 +02:00
parent dff26376fd
commit ebca375755

View file

@ -50,6 +50,7 @@ void ZoneViewLayout::toggleZoneView(Player *player, const QString &zoneName, int
connect(item, SIGNAL(closePressed(ZoneViewWidget *)), this, SLOT(removeItem(ZoneViewWidget *)));
connect(item, SIGNAL(sizeChanged()), this, SLOT(reorganize()));
reorganize();
setZValue(2);
}
void ZoneViewLayout::removeItem(ZoneViewWidget *item)