mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 16:30:53 +00:00
Ensure that new windows properly show their document edited status.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@27292 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a7d31f149d
commit
3764826e20
4 changed files with 11 additions and 1 deletions
|
@ -839,6 +839,7 @@ many times.
|
|||
frame.origin = NSZeroPoint;
|
||||
[_wv setFrame: frame];
|
||||
[_wv setWindowNumber: _windowNum];
|
||||
[_wv setDocumentEdited: _f.is_edited];
|
||||
[_wv setNeedsDisplay: YES];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue