diff options
author | markt <markt> | 2007-04-08 18:01:01 (GMT) |
---|---|---|
committer | markt <markt> | 2007-04-08 18:01:01 (GMT) |
commit | 3b9351be77b168c54332ff51524e11090c1dd2bc (patch) | |
tree | 9c49979e3fcee96abbdbe86e75ef81c7625e68ea /src/ToolFactory.cc | |
parent | 52a96c4e9dc21b53ccfa753e922e67981bca4d36 (diff) | |
download | fluxbox_pavel-3b9351be77b168c54332ff51524e11090c1dd2bc.zip fluxbox_pavel-3b9351be77b168c54332ff51524e11090c1dd2bc.tar.bz2 |
menu from workspacename tool wasn't focused, and fixed unpressed button rendering
Diffstat (limited to 'src/ToolFactory.cc')
-rw-r--r-- | src/ToolFactory.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ToolFactory.cc b/src/ToolFactory.cc index f2d1ccd..ee1316a 100644 --- a/src/ToolFactory.cc +++ b/src/ToolFactory.cc | |||
@@ -65,7 +65,8 @@ public: | |||
65 | m_tbar.screen().getHeadWidth(head), | 65 | m_tbar.screen().getHeadWidth(head), |
66 | m_tbar.screen().getHeadHeight(head)); | 66 | m_tbar.screen().getHeadHeight(head)); |
67 | m_tbar.menu().move(m.first, m.second); | 67 | m_tbar.menu().move(m.first, m.second); |
68 | m_tbar.menu().show(); | 68 | m_tbar.menu().show(); |
69 | m_tbar.menu().grabInputFocus(); | ||
69 | } | 70 | } |
70 | private: | 71 | private: |
71 | Toolbar &m_tbar; | 72 | Toolbar &m_tbar; |