mirror of
https://github.com/microsoft/terminal.git
synced 2025-12-23 03:44:27 -05:00
This fixes the root cause of #11055, but the hover popup doesn't work after scrolling 😕
This commit is contained in:
@@ -414,6 +414,8 @@ namespace winrt::Microsoft::Terminal::Control::implementation
|
|||||||
// This is a scroll event that wasn't initiated by the terminal
|
// This is a scroll event that wasn't initiated by the terminal
|
||||||
// itself - it was initiated by the mouse wheel, or the scrollbar.
|
// itself - it was initiated by the mouse wheel, or the scrollbar.
|
||||||
_terminal->UserScrollViewport(viewTop);
|
_terminal->UserScrollViewport(viewTop);
|
||||||
|
|
||||||
|
_updatePatternLocations->Run();
|
||||||
}
|
}
|
||||||
|
|
||||||
void ControlCore::AdjustOpacity(const double adjustment)
|
void ControlCore::AdjustOpacity(const double adjustment)
|
||||||
|
|||||||
Reference in New Issue
Block a user