mistake in adding Ipo Extend mode menu

This commit is contained in:
2008-04-16 07:27:42 +00:00
parent d5c1042ed8
commit 190c18a62a

View File

@@ -975,16 +975,16 @@ void set_ipoextend(void)
switch(event)
{
case 0:
case 1:
set_exprap_ipo(IPO_HORIZ);
break;
case 1:
case 2:
set_exprap_ipo(IPO_DIR);
break;
case 2:
case 3:
set_exprap_ipo(IPO_CYCL);
break;
case 3:
case 4:
set_exprap_ipo(IPO_CYCLX);
break;
}