Kaydet (Commit) 46506f82 authored tarafından Ivan Timofeev's avatar Ivan Timofeev

fix build

üst a88f9ad3
......@@ -1435,12 +1435,14 @@ void SplitWindow::ImplSetWindowSize( long nDelta )
SetSizePixel( aSize );
break;
case WINDOWALIGN_BOTTOM:
{
maDragRect.Top() += nDelta;
Point aPos = GetPosPixel();
aPos.Y() -= nDelta;
aSize.Height() += nDelta;
SetPosSizePixel( aPos, aSize );
break;
}
case WINDOWALIGN_LEFT:
aSize.Width() += nDelta;
SetSizePixel( aSize );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment