Changeset 6dd2f9c75a3a6fc2ee38db9717e1f2a236d49fda

Show
Ignore:
Timestamp:
06/03/08 18:11:22 (5 years ago)
Author:
Philipp Kern <pkern@…>
Parents:
2dcd1179853d1ce84c3d10af10746179a0275244
Children:
5b455bc1f94c25d4788dc1ba9d50c8de19b29e5b
git-committer:
Philipp Kern <pkern@debian.org> / 2008-06-03T18:11:22Z+0200
Message:

re-enable the cursor in LogView? for accessibility

Files:
2 modified

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r2dcd117 r6dd2f9c  
     12008-06-03  Philipp Kern  <phil@0x539.de> 
     2 
     3        * src/logview.cpp: re-enable the cursor for accessibility 
     4 
    152008-06-03  Philipp Kern  <phil@0x539.de> 
    26 
  • src/logview.cpp

    r3752fd8 r6dd2f9c  
    6060 
    6161        set_editable(false); 
    62         set_cursor_visible(false); 
    6362        set_wrap_mode(Gtk::WRAP_WORD_CHAR); 
     63 
     64        // needed for accessibility 
     65        set_cursor_visible(true); 
    6466 
    6567#ifdef HAVE_SHOW_URL