This fixes the root cause of #11055, but the hover popup doesn't work after scrolling 😕

This commit is contained in:
Mike Griese 2021-08-26 12:03:27 -05:00
parent 817f598e20
commit c20eb9dad7

View file

@ -414,6 +414,8 @@ namespace winrt::Microsoft::Terminal::Control::implementation
// This is a scroll event that wasn't initiated by the terminal
// itself - it was initiated by the mouse wheel, or the scrollbar.
_terminal->UserScrollViewport(viewTop);
_updatePatternLocations->Run();
}
void ControlCore::AdjustOpacity(const double adjustment)