Skip to content

Commit

Permalink
gh-1534: Unable to select text with always-shown scrollbar (0493ff5 r…
Browse files Browse the repository at this point in the history
…egression).
  • Loading branch information
Maximus5 committed Apr 29, 2018
1 parent 8df19d4 commit 00105e6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/ConEmu/VConChild.cpp
Expand Up @@ -1666,10 +1666,6 @@ bool CConEmuChild::CheckMouseOverScroll()
{
return false; // don't show scrollbar at all
}
else if (gpSet->isAlwaysShowScrollbar == 1) // 1 -- show always
{
return true;
}

bool lbOverVScroll = false;

Expand Down

0 comments on commit 00105e6

Please sign in to comment.