Changeset 6dd2f9c75a3a6fc2ee38db9717e1f2a236d49fda
- 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:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r2dcd117
|
r6dd2f9c
|
|
| | 1 | 2008-06-03 Philipp Kern <phil@0x539.de> |
| | 2 | |
| | 3 | * src/logview.cpp: re-enable the cursor for accessibility |
| | 4 | |
| 1 | 5 | 2008-06-03 Philipp Kern <phil@0x539.de> |
| 2 | 6 | |
-
|
r3752fd8
|
r6dd2f9c
|
|
| 60 | 60 | |
| 61 | 61 | set_editable(false); |
| 62 | | set_cursor_visible(false); |
| 63 | 62 | set_wrap_mode(Gtk::WRAP_WORD_CHAR); |
| | 63 | |
| | 64 | // needed for accessibility |
| | 65 | set_cursor_visible(true); |
| 64 | 66 | |
| 65 | 67 | #ifdef HAVE_SHOW_URL |