X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fgui%2Fbeos%2FMessagesWindow.cpp;h=7884d55da7f681d5dc3ef7ba770b770c274251f6;hb=6ee1e193fd896ab9a4729fde14f009d9ce629815;hp=6d2a2d342301101e7b355553243d4d75e017f0c6;hpb=3305b049e7f587b23359a1c9047fb5763d19c1dc;p=vlc diff --git a/modules/gui/beos/MessagesWindow.cpp b/modules/gui/beos/MessagesWindow.cpp index 6d2a2d3423..7884d55da7 100644 --- a/modules/gui/beos/MessagesWindow.cpp +++ b/modules/gui/beos/MessagesWindow.cpp @@ -136,7 +136,7 @@ MessagesWindow::MessagesWindow( intf_thread_t * _p_intf, SetSizeLimits( 400, 2000, 200, 2000 ); p_sub = msg_Subscribe( p_intf, MSG_QUEUE_NORMAL ); - + BRect rect, textRect; rect = Bounds(); @@ -152,7 +152,7 @@ MessagesWindow::MessagesWindow( intf_thread_t * _p_intf, B_FOLLOW_ALL, false, true ); fMessagesView->fScrollBar = fScrollView->ScrollBar( B_VERTICAL ); AddChild( fScrollView ); - + /* start window thread in hidden state */ Hide(); Show();