1109 { // A ton of stuff needs to be updated |
1109 { // A ton of stuff needs to be updated |
1110 g_win->updateFileListItem (f); |
1110 g_win->updateFileListItem (f); |
1111 g_win->buildObjList(); |
1111 g_win->buildObjList(); |
1112 g_win->updateTitle(); |
1112 g_win->updateTitle(); |
1113 g_win->R()->setFile (f); |
1113 g_win->R()->setFile (f); |
1114 g_win->R()->resetAngles(); |
1114 g_win->R()->resetAllAngles(); |
1115 g_win->R()->repaint(); |
1115 g_win->R()->repaint(); |
1116 |
1116 |
1117 log ("Changed file to %1", f->getShortName()); |
1117 log ("Changed file to %1", f->getShortName()); |
1118 } |
1118 } |
1119 } |
1119 } |