projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Clear old selection when wxListBox becomes empty.
[wxWidgets.git]
/
src
/
generic
/
regiong.cpp
diff --git
a/src/generic/regiong.cpp
b/src/generic/regiong.cpp
index 24d24e2bba6d0585189189319c61ecae2c1d03b7..caf5cc7a4a0f961cbca0b47324cfd84660947116 100644
(file)
--- a/
src/generic/regiong.cpp
+++ b/
src/generic/regiong.cpp
@@
-1,5
+1,5
@@
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
-// Name: src/generic/region.cpp
+// Name: src/generic/region
g
.cpp
// Purpose: generic wxRegion class
// Author: David Elliott
// Modified by:
// Purpose: generic wxRegion class
// Author: David Elliott
// Modified by:
@@
-1645,7
+1645,7
@@
miSubtractO (
else if (r2->x1 <= x1)
{
/*
else if (r2->x1 <= x1)
{
/*
- * Subtrahend prece
ed
s minuend: nuke left edge of minuend.
+ * Subtrahend prece
de
s minuend: nuke left edge of minuend.
*/
x1 = r2->x2;
if (x1 >= r1->x2)
*/
x1 = r2->x2;
if (x1 >= r1->x2)