Skip to content

Commit

Permalink
Fix side bar colour issue on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanW2 committed Jan 7, 2014
1 parent 021441b commit 7e254b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgisappstylesheet.cpp
Expand Up @@ -177,7 +177,7 @@ void QgisAppStyleSheet::buildStyleSheet( const QMap<QString, QVariant>& opts )
}

//fix background issue for gnome desktop
if ( mLinuxOS && mGtkStyle )
if ( mLinuxOS && mGtkStyle && !sidebar )
{
ss += "QListWidget#mOptionsListWidget{";
ss += "background-color: white;";
Expand Down

0 comments on commit 7e254b4

Please sign in to comment.