mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 13:20:47 +00:00
Added ivar for original selection
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8411 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c5a64153a1
commit
31d9a3842f
1 changed files with 1 additions and 0 deletions
|
@ -103,6 +103,7 @@ typedef enum _NSSelectionAffinity {
|
|||
ie, should be stored in the layout manager */
|
||||
NSMutableDictionary *_typingAttributes;
|
||||
NSRange _selected_range;
|
||||
NSRange _original_selected_range;
|
||||
NSColor *_caret_color;
|
||||
int _spellCheckerDocumentTag;
|
||||
|
||||
|
|
Loading…
Reference in a new issue