From 00105e6927ce8b467437c0df7834702ffd3bf6fb Mon Sep 17 00:00:00 2001 From: Maximus5 Date: Mon, 30 Apr 2018 02:10:00 +0300 Subject: [PATCH] gh-1534: Unable to select text with always-shown scrollbar (0493ff5 regression). --- src/ConEmu/VConChild.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/ConEmu/VConChild.cpp b/src/ConEmu/VConChild.cpp index 0264dc9231..58ebda045a 100644 --- a/src/ConEmu/VConChild.cpp +++ b/src/ConEmu/VConChild.cpp @@ -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;