CharacterMap: The CharacterView is scroll-view aware.

Fixes #14897.
This commit is contained in:
Augustin Cavalier
2019-02-11 16:11:18 -05:00
parent 514aaae7b1
commit 35758c7046
+2 -1
View File
@@ -27,7 +27,8 @@ static const uint32 kMsgCopyAsEscapedString = 'cesc';
CharacterView::CharacterView(const char* name)
: BView(name, B_WILL_DRAW | B_FULL_UPDATE_ON_RESIZE | B_FRAME_EVENTS),
: BView(name, B_WILL_DRAW | B_FULL_UPDATE_ON_RESIZE | B_FRAME_EVENTS
| B_SCROLL_VIEW_AWARE),
fTargetCommand(0),
fClickPoint(-1, 0),
fHasCharacter(false),