Revert "IK: align BTextView text rect/fix alignment"

This reverts commit a9b301871d.

hrev54496

Change-Id: Ife3c834ad98d330f04976d9adf3b1553e7aca034
Reviewed-on: https://review.haiku-os.org/c/haiku/+/3153
Reviewed-by: Axel Dörfler <[email protected]>
This commit is contained in:
John Scipione
2020-08-19 03:38:41 +00:00
parent 90f9b5590f
commit 22758f1690
9 changed files with 175 additions and 251 deletions
+2 -3
View File
@@ -1,5 +1,5 @@
/*
* Copyright 2007-2020 Haiku, Inc. All rights reserved.
* Copyright 2007-2009, Haiku, Inc. All rights reserved.
* Distributed under the terms of the MIT License.
*/
#ifndef _TEXTVIEW_H
@@ -416,7 +416,6 @@ private:
LineBuffer* fLines;
StyleBuffer* fStyles;
BRect fTextRect;
BRect fAlignedTextRect;
int32 fSelStart;
int32 fSelEnd;
bool fCaretVisible;
@@ -464,7 +463,7 @@ private:
bool fInstalledRemoveCommandWordwiseShortcuts : 1;
bool fInstalledRemoveOptionWordwiseShortcuts : 1;
uint32 _reserved[2];
uint32 _reserved[6];
};
#endif // _TEXTVIEW_H