diff options
Diffstat (limited to 'src/WorkspaceNameTool.cc')
-rw-r--r-- | src/WorkspaceNameTool.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WorkspaceNameTool.cc b/src/WorkspaceNameTool.cc index 6451a0a..84f62e5 100644 --- a/src/WorkspaceNameTool.cc +++ b/src/WorkspaceNameTool.cc | |||
@@ -74,7 +74,7 @@ void WorkspaceNameTool::update() { | |||
74 | m_button.setText(m_screen.currentWorkspace()->name()); | 74 | m_button.setText(m_screen.currentWorkspace()->name()); |
75 | if (m_button.width() != width()) { | 75 | if (m_button.width() != width()) { |
76 | resize(width(), height()); | 76 | resize(width(), height()); |
77 | resizeSig().notify(); | 77 | resizeSig().emit(); |
78 | } | 78 | } |
79 | reRender(); | 79 | reRender(); |
80 | m_button.clear(); | 80 | m_button.clear(); |