When pressing mouse button don't try to go forwards in history first... instead make
releasing mouse button 5 go forwards in history. svn path=/trunk/netsurf/; revision=12873
This commit is contained in:
parent
7334ec404e
commit
215c31ac0d
|
@ -1281,7 +1281,7 @@ void ami_handle_msg(void)
|
|||
ami_gui_history(gwin, true);
|
||||
break;
|
||||
|
||||
case SIDEDOWN:
|
||||
case EXTRAUP:
|
||||
ami_gui_history(gwin, false);
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue