fix the bug with the current path being restored if it was under the group being deleted with DeleteGroup(); clarify what happens in this case in the docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40095 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -454,7 +454,10 @@ in it and the second parameter is true.
|
||||
|
||||
\func{bool}{DeleteGroup}{\param{const wxString\& }{ key}}
|
||||
|
||||
Delete the group (with all subgroups)
|
||||
Delete the group (with all subgroups). If the current path is under the group
|
||||
being deleted it is changed to its deepest still existing component. E.g. if
|
||||
the current path is \texttt{/A/B/C/D} and the group \texttt{C} is deleted the
|
||||
path becomes \texttt{/A/B}.
|
||||
|
||||
|
||||
\membersection{wxConfigBase::Exists}\label{wxconfigbaseexists}
|
||||
|
Reference in New Issue
Block a user