diff options
Diffstat (limited to 'src/Slit.cc')
-rw-r--r-- | src/Slit.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Slit.cc b/src/Slit.cc index e95708e..e9e2e91 100644 --- a/src/Slit.cc +++ b/src/Slit.cc | |||
@@ -1276,7 +1276,7 @@ void Slit::setupMenu() { | |||
1276 | 1276 | ||
1277 | // this saves resources and clears the slit window to update alpha value | 1277 | // this saves resources and clears the slit window to update alpha value |
1278 | FbTk::MenuItem *alpha_menuitem = | 1278 | FbTk::MenuItem *alpha_menuitem = |
1279 | new IntResMenuItem(_FB_XTEXT(Common, Alpha, "Alpha", "Transparency level"), | 1279 | new IntResMenuItem< FbTk::Resource<int> >(_FB_XTEXT(Common, Alpha, "Alpha", "Transparency level"), |
1280 | m_rc_alpha, | 1280 | m_rc_alpha, |
1281 | 0, 255, m_slitmenu); | 1281 | 0, 255, m_slitmenu); |
1282 | // setup command for alpha value | 1282 | // setup command for alpha value |