Fix documentation of wxSplitterWindow::GetLastSplitPosition()
Correct the documented return type of this function to match its actual
type to fix a problem introduced in the recent f24b3d5483 (Save last
wxSplitterWindow position before it was unsplit, 2024-02-12).
See #24329.
Closes #24347.
This commit is contained in:
parent
bf971fb0a8
commit
be3ea1768a
1 changed files with 1 additions and 1 deletions
|
|
@ -491,7 +491,7 @@ public:
|
||||||
|
|
||||||
@since 3.3.0
|
@since 3.3.0
|
||||||
*/
|
*/
|
||||||
const wxPoint& GetLastSplitPosition() const;
|
wxPoint GetLastSplitPosition() const;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Sets the last sash position.
|
Sets the last sash position.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue