Fix formatting in wxDisplay::GetPPI() documentation
Avoid putting wxSize(0,0) on two lines.
This commit is contained in:
parent
0fc251bfca
commit
bc3acf429e
1 changed files with 1 additions and 2 deletions
|
|
@ -136,8 +136,7 @@ public:
|
|||
Horizontal and vertical resolution are returned in @c x and @c y
|
||||
components of the wxSize object respectively.
|
||||
|
||||
If the resolution information is not available, returns @code wxSize(0,
|
||||
0) @endcode.
|
||||
If the resolution information is not available, returns `wxSize(0, 0)`.
|
||||
|
||||
@since 3.1.2
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue