Partial fix for [#19874]

can use RMB to cancel joining areas, same as splitting
This commit is contained in:
Matt Ebb 2009-12-04 01:21:55 +00:00
parent a657920fba
commit ae7cf1df8f

@ -1852,6 +1852,7 @@ static int area_join_modal(bContext *C, wmOperator *op, wmEvent *event)
}
break;
case RIGHTMOUSE:
case ESCKEY:
return area_join_cancel(C, op);
}