projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82ceade
)
Copy & paste error
author
Robin Dunn
<robin@alldunn.com>
Tue, 12 Apr 2005 04:36:23 +0000
(
04:36
+0000)
committer
Robin Dunn
<robin@alldunn.com>
Tue, 12 Apr 2005 04:36:23 +0000
(
04:36
+0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33536
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/common/popupcmn.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/common/popupcmn.cpp
b/src/common/popupcmn.cpp
index a620970488dffc0dcaf69491e928b423d8c8e15f..cd78e16a75cbbc5e24e67fd98f1db47c53d9c2f9 100644
(file)
--- a/
src/common/popupcmn.cpp
+++ b/
src/common/popupcmn.cpp
@@
-214,7
+214,7
@@
void wxPopupTransientWindow::PopHandlers()
#ifdef __WXMSW__
if ( HasCapture() )
{
- Release
Captur
e();
+ Release
Mous
e();
}
if ( m_focus )
{
@@
-406,7
+406,7
@@
void wxPopupTransientWindow::OnEnter(wxMouseEvent& /*event*/)
{
if ( HasCapture() )
{
- Release
Captur
e();
+ Release
Mous
e();
}
}