exactly duplicate R5 cascade behavior

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4264 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
shatty
2003-08-10 09:59:33 +00:00
parent be7f06513d
commit 180efabe26
+1
View File
@@ -123,6 +123,7 @@ void
StyledEditApp::CloseDocument()
{
fWindowCount--;
windowRect.OffsetBy(-15,-15);
if (fWindowCount == 0) {
BAutolock lock(this);
Quit();