diff options
Diffstat (limited to 'src/WorkspaceNameTool.hh')
-rw-r--r-- | src/WorkspaceNameTool.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/WorkspaceNameTool.hh b/src/WorkspaceNameTool.hh index 6017d4e..f12ca18 100644 --- a/src/WorkspaceNameTool.hh +++ b/src/WorkspaceNameTool.hh | |||
@@ -54,6 +54,8 @@ public: | |||
54 | const FbTk::Button &button() const { return m_button; } | 54 | const FbTk::Button &button() const { return m_button; } |
55 | void setOrientation(FbTk::Orientation orient); | 55 | void setOrientation(FbTk::Orientation orient); |
56 | 56 | ||
57 | void parentMoved() { m_button.parentMoved(); } | ||
58 | |||
57 | private: | 59 | private: |
58 | void renderTheme(unsigned char alpha); | 60 | void renderTheme(unsigned char alpha); |
59 | void reRender(); | 61 | void reRender(); |