Skip to content

Commit f94daaf

Browse files
authored
Merge pull request dgud#604 from Micheus/mv/v2.4-fix-revert-status
Fixed the autosave status for Revert command
2 parents 1221009 + 6b38d9f commit f94daaf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/wings_file.erl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -704,6 +704,7 @@ confirmed_revert_1(#st{file=File}=St0) ->
704704
case ?SLOW(wings_ff_wings:import(File, St1)) of
705705
#st{}=St2 ->
706706
St = wings_obj:recreate_folder_system(St2),
707+
wings_u:caption(St#st{saved=true}),
707708
clean_images(St);
708709
{error,_}=Error ->
709710
Error

0 commit comments

Comments
 (0)