How can you quickly undo a whole series of edit steps at once?
What will be an ideal response?
The History panel lists every action performed in chronological order. To restore
the file to an earlier state, select an action higher in the list. Until you make further
changes, you can restore the image to a later state by selecting a step lower in the list.
Computer Science & Information Technology
You might also like to view...
Use a ________ chart to show proportion of parts to a whole
Fill in the blank(s) with correct word
Computer Science & Information Technology
The function prototype for a correctly-written copy constructor for a class called Bar might look like this:
A. Bar( ); B. Bar( Bar ap ); C. void Bar( Bar & ap ); D. Bar( const Bar & ap );
Computer Science & Information Technology