Skip to content

Commit

Permalink
Fixes issue #62 (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
kupiqu committed Dec 15, 2019
1 parent 1d9aa6f commit 523d31e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
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.7")
set(PROJECT_VERSION "0.8.8")
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.8
---------

* fix issue #62

V0.8.7
---------

Expand Down
2 changes: 1 addition & 1 deletion breezedecoration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ namespace Breeze
recalculateBorders();

// shadow
// createShadow();
createShadow();

// size grip
if( hasNoBorders() && m_internalSettings->drawSizeGrip() ) createSizeGrip();
Expand Down

0 comments on commit 523d31e

Please sign in to comment.