D13217: Move isPrimaryScreen() to the Session class
Kurt Hindenburg
noreply at phabricator.kde.org
Thu May 31 02:57:02 UTC 2018
hindenburg added a comment.
Thanks- I'll test it more later
INLINE COMMENTS
> TerminalDisplay.cpp:2838
>
> - if(!_usesMouseTracking && !_isPrimaryScreen && _alternateScrolling) {
> + if(!_usesMouseTracking && !sessionController()->session()->isPrimaryScreen() &&
> + _alternateScrolling) {
Do we need to check sessionController()->session() != nullptr?
REPOSITORY
R319 Konsole
REVISION DETAIL
https://phabricator.kde.org/D13217
To: ahmadsamir, #konsole
Cc: hindenburg, konsole-devel, herrold, ngraham, maximilianocuria
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/konsole-devel/attachments/20180531/80194afa/attachment.html>
More information about the konsole-devel
mailing list