aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/Menu.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbTk/Menu.cc')
-rw-r--r--src/FbTk/Menu.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FbTk/Menu.cc b/src/FbTk/Menu.cc
index 5fe8e36..b4ae45a 100644
--- a/src/FbTk/Menu.cc
+++ b/src/FbTk/Menu.cc
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: Menu.cc,v 1.75 2004/08/29 08:33:13 rathnor Exp $ 25// $Id: Menu.cc,v 1.76 2004/08/29 14:37:52 rathnor Exp $
26 26
27//use GNU extensions 27//use GNU extensions
28#ifndef _GNU_SOURCE 28#ifndef _GNU_SOURCE
@@ -947,7 +947,7 @@ int Menu::drawItem(unsigned int index, bool clear, bool render_trans,
947 947
948 if (render_trans) { 948 if (render_trans) {
949 renderTransp(item_x, item_y, 949 renderTransp(item_x, item_y,
950 width(), theme().itemHeight()); 950 menu.item_w, theme().itemHeight());
951 } 951 }
952 //!! 952 //!!
953 //!! TODO: Move this out to MenuItem 953 //!! TODO: Move this out to MenuItem