projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23290a8
)
Applied patch [ 864570 ] adjustement of FL contrib to change in wx/log.h
author
Julian Smart
<julian@anthemion.co.uk>
Tue, 23 Dec 2003 10:47:39 +0000
(10:47 +0000)
committer
Julian Smart
<julian@anthemion.co.uk>
Tue, 23 Dec 2003 10:47:39 +0000
(10:47 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24976
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
contrib/src/fl/toolwnd.cpp
patch
|
blob
|
blame
|
history
diff --git
a/contrib/src/fl/toolwnd.cpp
b/contrib/src/fl/toolwnd.cpp
index 6eeb02f0a6a4a60cd99c59aa7039bd19da0a1208..f257fac5f442388a22bba55ef8837972e40bb252 100644
(file)
--- a/
contrib/src/fl/toolwnd.cpp
+++ b/
contrib/src/fl/toolwnd.cpp
@@
-572,7
+572,7
@@
void wxToolWindow::OnMotion( wxMouseEvent& event )
DrawHintRect( mPrevHintRect );
DrawHintRect( finalRect );
- ::wxLogTrace(wxT("%d,%d / %d,%d\n"), finalRect.x, finalRect.y, finalRect.width, finalRect.height);
+ ::wxLogTrace(wxT("
wxToolWindow"),wxT("
%d,%d / %d,%d\n"), finalRect.x, finalRect.y, finalRect.width, finalRect.height);
}
mPrevHintRect = finalRect;