Skip to content

Commit

Permalink
Client|LogWidget: Restored default background
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jun 12, 2013
1 parent 9503a6b commit d002b59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doomsday/client/src/ui/widgets/logwidget.cpp
Expand Up @@ -398,8 +398,7 @@ public Font::RichFormat::IStyle
accentColor = st.colors().color("log.accent");
dimAccentColor = st.colors().color("log.dimaccent");

self.set(Background(st.colors().colorf("background"), Background::Blurred));
//self.set(Background(Vector4f(1, 1, 1, 1), Background::Blurred));
self.set(Background(st.colors().colorf("background")));
}

Font::RichFormat::IStyle::Color richStyleColor(int index) const
Expand Down Expand Up @@ -567,6 +566,7 @@ public Font::RichFormat::IStyle
if(self.scrollPositionY().animation().target() > 0)
{
self.scrollPositionY().shift(cached->height());

//emit self.scrollPositionChanged(visibleOffset.target());
}
}
Expand Down

0 comments on commit d002b59

Please sign in to comment.