make sure the dialog property tree can't disappear until we wrote the
last position back
This commit is contained in:
parent
3d66aa6175
commit
dc1cf77804
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ private:
|
||||||
|
|
||||||
// The source xml tree, so that we can pass data back, such as the
|
// The source xml tree, so that we can pass data back, such as the
|
||||||
// last position.
|
// last position.
|
||||||
SGPropertyNode *_props;
|
SGPropertyNode_ptr _props;
|
||||||
|
|
||||||
// PUI provides no way for userdata to be deleted automatically
|
// PUI provides no way for userdata to be deleted automatically
|
||||||
// with a GUI object, so we have to keep track of all the special
|
// with a GUI object, so we have to keep track of all the special
|
||||||
|
|
Loading…
Add table
Reference in a new issue