From 3cc5592c6769b7e6e75df258237169414fdc1b4a Mon Sep 17 00:00:00 2001 From: lupoDharkael Date: Mon, 29 May 2017 00:52:11 +0200 Subject: [PATCH] Remove not needed stylesheet application code --- src/capture/button.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/capture/button.cpp b/src/capture/button.cpp index 4d3695b0..76d4dfdf 100644 --- a/src/capture/button.cpp +++ b/src/capture/button.cpp @@ -69,8 +69,6 @@ void Button::initButton() { emergeAnimation->setDuration(80); emergeAnimation->setStartValue(QSize(0, 0)); emergeAnimation->setEndValue(QSize(BUTTON_SIZE, BUTTON_SIZE)); - - setStyleSheet(getStyle()); } // getIcon returns the icon for the type of button, this method lets