PoorMan: Fix 'resizing mode or flags swapped', trim trailing space.

This commit is contained in:
Augustin Cavalier 2016-10-22 02:57:04 -04:00
parent 71452e9833
commit 79d6f0870e

View File

@ -98,7 +98,7 @@ PoorManWindow::PoorManWindow(BRect frame)
// create the scroll view
fScrollView = new BScrollView("Scroll View", fLoggingView,
B_WILL_DRAW | B_FRAME_EVENTS | B_FOLLOW_ALL_SIDES,
B_WILL_DRAW | B_FRAME_EVENTS,
// Make sure articles on border do not occur when resizing
false, true);
fLoggingView->MakeFocus(true);