Dunno why this was commented out - fixed bug #322.

That was probably what Joshua Austin meant on the mailing list, slightly misleading, though :-)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16998 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2006-04-04 02:19:49 +00:00
parent 903936bcec
commit ada7365dae

View File

@ -806,7 +806,7 @@ WindowLayer::MouseDown(BMessage* message, BPoint where, int32* _viewToken)
if (fIsZooming) {
fDecorator->SetZoom(true);
} else if (fIsClosing) {
//fDecorator->SetClose(true);
fDecorator->SetClose(true);
} else if (fIsMinimizing) {
fDecorator->SetMinimize(true);
}