Fix typo in wxRect::{x,y} documentation
Use "top-left" instead of "top-level". Closes #17778.
This commit is contained in:
@@ -609,12 +609,12 @@ public:
|
|||||||
int width;
|
int width;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
x coordinate of the top-level corner of the rectangle.
|
x coordinate of the top-left corner of the rectangle.
|
||||||
*/
|
*/
|
||||||
int x;
|
int x;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
y coordinate of the top-level corner of the rectangle.
|
y coordinate of the top-left corner of the rectangle.
|
||||||
*/
|
*/
|
||||||
int y;
|
int y;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user