Skip to content

Commit

Permalink
Further minor tweak of Dark Aurorae macOS and SBE themes under indire…
Browse files Browse the repository at this point in the history
…ct unison hovering when animation is enabled
  • Loading branch information
kupiqu committed Dec 5, 2019
1 parent b8453b1 commit 902ba80
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

project(sierrabreezeenhanced)
set(PROJECT_VERSION "0.8.2")
set(PROJECT_VERSION "0.8.3")
set(PROJECT_VERSION_MAJOR 0)

cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
Expand Down
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
V0.8.3
---------

* Further minor tweak of Dark Aurorae macOS and SBE themes under indirect unison hovering when animation is enabled

V0.8.2
---------

Expand Down
6 changes: 6 additions & 0 deletions breezebutton.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1217,6 +1217,9 @@ namespace Breeze
painter->drawLine( QPointF( 13, 5 ), QPointF( 13, 13 ) );
painter->drawLine( QPointF( 5, 5 ), QPointF( 5, 13 ) );
painter->drawLine( QPointF( 5, 13 ), QPointF( 13, 13 ) );

painter->setBrush(QBrush(symbolColor));
painter->drawEllipse( c, 0.5, 0.5 );
}
else {
painter->drawLine( QPointF( 7, 5 ), QPointF( 15, 5 ) );
Expand Down Expand Up @@ -2164,6 +2167,9 @@ namespace Breeze
painter->drawLine( QPointF( 13, 5 ), QPointF( 13, 13 ) );
painter->drawLine( QPointF( 5, 5 ), QPointF( 5, 13 ) );
painter->drawLine( QPointF( 5, 13 ), QPointF( 13, 13 ) );

painter->setBrush(QBrush(symbolColor));
painter->drawEllipse( c, 0.5, 0.5 );
}
else {
painter->drawLine( QPointF( 7, 5 ), QPointF( 15, 5 ) );
Expand Down

0 comments on commit 902ba80

Please sign in to comment.