fCheckMouseTracking was never initialized to false, causing spurious selections when opening a new tab. Fixes bug #2910
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28955 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
321bba933d
commit
ee9b4396bf
@ -258,6 +258,7 @@ TermView::_InitObject(int32 argc, const char** argv)
|
||||
fSelEnd = TermPos(-1, -1);
|
||||
fMouseTracking = false;
|
||||
fIMflag = false;
|
||||
fCheckMouseTracking = false;
|
||||
|
||||
fTextBuffer = new(std::nothrow) TerminalBuffer;
|
||||
if (fTextBuffer == NULL)
|
||||
|
Loading…
Reference in New Issue
Block a user