Closed
Description
While reading code in TermControl.cpp i stumble upon two lines of code that are absolutely the same and are called one after another.
terminal/src/cascadia/TerminalControl/TermControl.cpp
Lines 333 to 334 in 670ae2b
terminal/src/cascadia/TerminalControl/TermControl.cpp
Lines 380 to 381 in 670ae2b
They are both called from TermControl::UpdateSettings()
_UpdateSettingsFromUIThread
-> _ApplyUISettings
and _UpdateAppearanceFromUIThread
Not sure if this is because of the situations in which this functions might be called separately but this just looks weird