diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-02-18 20:08:38 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-02-18 20:08:38 +0000 |
commit | 35244a509981c950acd0d8e7e035af791bf2b0ba (patch) | |
tree | 1943cd8d0b6b4ae169278e3e5bbb38c3fcc3ce4b /vcl | |
parent | 46506f82d1d514194aa2b472f6a74398c404fa9d (diff) |
WaE: fix build
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/window/splitwin.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/source/window/splitwin.cxx b/vcl/source/window/splitwin.cxx index 4d5c8ad3c1e8..64bec907b4f3 100644 --- a/vcl/source/window/splitwin.cxx +++ b/vcl/source/window/splitwin.cxx @@ -1449,6 +1449,7 @@ void SplitWindow::ImplSetWindowSize( long nDelta ) break; case WINDOWALIGN_RIGHT: default: + { maDragRect.Left() += nDelta; Point aPos = GetPosPixel(); aPos.X() -= nDelta; @@ -1456,6 +1457,7 @@ void SplitWindow::ImplSetWindowSize( long nDelta ) SetPosSizePixel( aPos, aSize ); break; } + } SplitResize(); } |