Browse Source

You can now close the Age Description window

Adam Johnson 13 years ago
parent
commit
16192eb7b7
  1. 2
      Sources/Tools/MaxMain/plAgeDescInterface.cpp

2
Sources/Tools/MaxMain/plAgeDescInterface.cpp

@ -222,7 +222,9 @@ BOOL plAgeDescInterface::DlgProc(HWND hDlg, UINT msg, WPARAM wParam, LPARAM lPar
case IDCANCEL:
if( IMakeSureCheckedIn() )
{
#ifdef MAXASS_AVAILABLE
IUpdateCurAge();
#endif
DestroyWindow(fhDlg);
fhDlg = nil;
fDirty = false;

Loading…
Cancel
Save