aboutsummaryrefslogtreecommitdiff
path: root/src/ToolFactory.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/ToolFactory.cc')
-rw-r--r--src/ToolFactory.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ToolFactory.cc b/src/ToolFactory.cc
index 90dd70e..92569ba 100644
--- a/src/ToolFactory.cc
+++ b/src/ToolFactory.cc
@@ -152,13 +152,9 @@ ToolbarItem *ToolFactory::create(const std::string &name, const FbTk::FbWindow &
152} 152}
153 153
154void ToolFactory::updateThemes() { 154void ToolFactory::updateThemes() {
155 m_clock_theme.setAntialias(screen().antialias());
156 m_clock_theme.reconfigTheme(); 155 m_clock_theme.reconfigTheme();
157 m_iconbar_theme.setAntialias(screen().antialias());
158 m_iconbar_theme.reconfigTheme(); 156 m_iconbar_theme.reconfigTheme();
159 m_button_theme->setAntialias(screen().antialias());
160 m_button_theme->reconfigTheme(); 157 m_button_theme->reconfigTheme();
161 m_workspace_theme->setAntialias(screen().antialias());
162 m_workspace_theme->reconfigTheme(); 158 m_workspace_theme->reconfigTheme();
163} 159}
164 160