Commit 27973b4f authored by Emmanuel Puig's avatar Emmanuel Puig

* Scrolling text now works on linux

parent 0b6716cc
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* text.cpp: Text control * text.cpp: Text control
***************************************************************************** *****************************************************************************
* Copyright (C) 2003 VideoLAN * Copyright (C) 2003 VideoLAN
* $Id: text.cpp,v 1.4 2003/04/17 13:08:02 karibu Exp $ * $Id: text.cpp,v 1.5 2003/04/17 16:34:31 karibu Exp $
* *
* Authors: Olivier Teulire <ipkiss@via.ecp.fr> * Authors: Olivier Teulire <ipkiss@via.ecp.fr>
* Emmanuel Puig <karibu@via.ecp.fr> * Emmanuel Puig <karibu@via.ecp.fr>
...@@ -88,10 +88,8 @@ ...@@ -88,10 +88,8 @@
if( !( (ControlText *)data )->IsScrolling() ) if( !( (ControlText *)data )->IsScrolling() )
return false; return false;
/* FIXME
if( !( (ControlText *)data )->GetSelected() ) if( !( (ControlText *)data )->GetSelected() )
( (ControlText *)data )->DoScroll(); ( (ControlText *)data )->DoScroll();
*/
return true; return true;
} }
......
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