From 7920daaa3fb5308c87388624162bd1689623a3a2 Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Mon, 7 Jan 2013 23:45:02 +0100 Subject: Implemented language and font renderer popups. --- atari/ctxmenu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'atari/ctxmenu.c') diff --git a/atari/ctxmenu.c b/atari/ctxmenu.c index ada4d76dc..3ed8b1bd3 100644 --- a/atari/ctxmenu.c +++ b/atari/ctxmenu.c @@ -165,7 +165,7 @@ void context_popup(struct gui_window * gw, short x, short y) pop_menu.mn_tree = get_tree(POP_CTX); pop_menu.mn_menu = 0; pop_menu.mn_item = POP_CTX_CUT_SEL; - pop_menu.mn_scroll = SCROLL_LISTBOX; + pop_menu.mn_scroll = SCROLL_NO; pop_menu.mn_keystate = 0; menu_popup(&pop_menu, x, y, &me_data); -- cgit v1.2.3