mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
CtrlCore: fixed last fix....
git-svn-id: svn://ultimatepp.org/upp/trunk@7297 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
c17f15d7fe
commit
9a776f96f5
1 changed files with 0 additions and 8 deletions
|
|
@ -671,8 +671,6 @@ LRESULT CALLBACK Ctrl::WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lP
|
|||
#endif
|
||||
LRESULT l = 0;
|
||||
if(w) {
|
||||
try
|
||||
{
|
||||
#if defined(_DEBUG) && LOGTIMING
|
||||
int ticks = msecs();
|
||||
String wname = w->Name();
|
||||
|
|
@ -692,12 +690,6 @@ LRESULT CALLBACK Ctrl::WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lP
|
|||
msgname = NFormat("0x%04x", (int)message);
|
||||
LLOG(NFormat("T+%d %s 0x%08x 0x%08x -> %s", msecs(ticks), msgname, (int)wParam, (int)lParam, wname));
|
||||
#endif
|
||||
}
|
||||
// catch(Exc e)
|
||||
// {
|
||||
// LOG("Uncaught exception in WindowProc: " << e);
|
||||
// Panic("Uncaught exception in WindowProc: " + (String)e);
|
||||
// }
|
||||
}
|
||||
else
|
||||
l = DefWindowProc(hWnd, message, wParam, lParam);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue