]> git.sesse.net Git - vlc/commitdiff
* Scrolling text now works on linux
authorEmmanuel Puig <karibu@videolan.org>
Thu, 17 Apr 2003 16:34:31 +0000 (16:34 +0000)
committerEmmanuel Puig <karibu@videolan.org>
Thu, 17 Apr 2003 16:34:31 +0000 (16:34 +0000)
modules/gui/skins/controls/text.cpp

index 401ee8ea218cc7404e6319e77daa317a5892613b..b4657e857b8a3b86850f7bdf5f1ca734396f6cf3 100644 (file)
@@ -2,7 +2,7 @@
  * text.cpp: Text control
  *****************************************************************************
  * 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 Teulière <ipkiss@via.ecp.fr>
  *          Emmanuel Puig    <karibu@via.ecp.fr>
             if( !( (ControlText *)data )->IsScrolling() )
                 return false;
 
-            /* FIXME
             if( !( (ControlText *)data )->GetSelected() )
                ( (ControlText *)data )->DoScroll();
-            */
 
             return true;
         }