PoorMan: Fix 'resizing mode or flags swapped', trim trailing space.
This commit is contained in:
parent
71452e9833
commit
79d6f0870e
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user