[commit] r1933 - trunk/GME/PartBrowser
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Wed May 30 08:23:54 CDT 2012
Author: ksmyth
Date: Wed May 30 08:23:54 2012
New Revision: 1933
Log:
Fix PartBrowser Resize() ASSERT
Modified:
trunk/GME/PartBrowser/PartBrowserDlg.cpp
Modified: trunk/GME/PartBrowser/PartBrowserDlg.cpp
==============================================================================
--- trunk/GME/PartBrowser/PartBrowserDlg.cpp Tue May 29 14:48:56 2012 (r1932)
+++ trunk/GME/PartBrowser/PartBrowserDlg.cpp Wed May 30 08:23:54 2012 (r1933)
@@ -123,8 +123,8 @@
}
catch (hresult_exception&) {
}
+ Resize();
}
- Resize();
}
void CPartBrowserDlg::Resize()
More information about the gme-commit
mailing list