From e81622f8f314049e74a540e4b82e55193597e6b0 Mon Sep 17 00:00:00 2001 From: Robert Date: Tue, 1 Dec 2020 13:57:29 +0100 Subject: [PATCH] I don't know --- src/Window.cpp | 2 ++ ui/assets/README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Window.cpp b/src/Window.cpp index 8470520..1d41a62 100644 --- a/src/Window.cpp +++ b/src/Window.cpp @@ -21,6 +21,8 @@ Window::~Window() void Window::mousePressEvent(QMouseEvent* event) { + if (simulating) return; + ui->centralwidget->findChildren(); QFrame* child = static_cast(ui->centralwidget->childAt(event->pos())); if (child == nullptr) diff --git a/ui/assets/README.md b/ui/assets/README.md index 15eea22..2bf3eb1 100644 --- a/ui/assets/README.md +++ b/ui/assets/README.md @@ -1 +1 @@ -Start/Stop icons taken from https://iconsmind.com/ \ No newline at end of file +Start/Stop icons taken from https://iconsmind.com/ (modified) \ No newline at end of file