Make buttons toggleable by single clicking

This commit is contained in:
xypwn
2020-04-04 14:07:16 +02:00
parent 5340635389
commit 7ade16be8b
20 changed files with 80 additions and 65 deletions

View File

@@ -4,6 +4,7 @@
#include "../Part.h"
#include "../Connector.h"
#include "../Logic.h"
#include "RemoveWire.h"
RemoveParts::RemoveParts(Scene* scene, const QList<Part*>& parts)