Bugfix irc report:

With draw method "Overlap", the preview line for menu "Split area" was not
correctly visible.
This commit is contained in:
Ton Roosendaal 2011-03-10 11:47:36 +00:00
parent 476eadbcb1
commit 695f35387b

@ -1418,7 +1418,10 @@ static int area_split_modal(bContext *C, wmOperator *op, wmEvent *event)
sd->origmin= sd->sarea->totrct.ymin;
sd->sarea->flag |= AREA_FLAG_DRAWSPLIT_H;
}
}
}
CTX_wm_window(C)->screen->do_draw= 1;
}
fac= (dir == 'v') ? event->x-sd->origmin : event->y-sd->origmin;