Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/screen/screen_edit.c
| Context not available. | |||||
| /*printf("dir is : %i\n", dir);*/ | /*printf("dir is : %i\n", dir);*/ | ||||
| if (dir == -1) { | if (dir == -1) { | ||||
| if (sa1) sa1->flag &= ~AREA_FLAG_DRAWJOINFROM; | |||||
| if (sa2) sa2->flag &= ~AREA_FLAG_DRAWJOINTO; | |||||
| return 0; | return 0; | ||||
| } | } | ||||
| Context not available. | |||||
| screen_delarea(C, scr, sa2); | screen_delarea(C, scr, sa2); | ||||
| removedouble_scrverts(scr); | removedouble_scrverts(scr); | ||||
| sa1->flag &= ~AREA_FLAG_DRAWJOINFROM; | |||||
| /* Update preview thumbnail */ | /* Update preview thumbnail */ | ||||
| BKE_icon_changed(scr->id.icon_id); | BKE_icon_changed(scr->id.icon_id); | ||||
| Context not available. | |||||