fixed some more screenupdate issues and eliminated a crash

when trying tio shear/warp not visible objects. (thanks Matt)
This commit is contained in:
2003-05-13 14:22:28 +00:00
parent e6ea8d356e
commit 83b5ef6523
8 changed files with 64 additions and 45 deletions

View File

@@ -208,11 +208,9 @@ void add_object_draw(int type) /* for toolbox */
}
redraw_test_buttons(BASACT);
allqueue(REDRAWIPO, 0);
allqueue(REDRAWBUTSEDIT, 0);
allqueue(REDRAWACTION,0);
allqueue(REDRAWHEADERS, 0);
allqueue(REDRAWNLA, 0);
allqueue(REDRAWALL, 0);
deselect_all_area_oops();
set_select_flag_oops();
allqueue(REDRAWINFO, 1); /* 1, because header->win==0! */