OSDN Git Service

Fix an issue where the syntax highlighting scheme is not applied to the split second...
authorJun Tajima <56220423+tjmprm77@users.noreply.github.com>
Thu, 11 Feb 2021 23:41:50 +0000 (08:41 +0900)
committerGitHub <noreply@github.com>
Thu, 11 Feb 2021 23:41:50 +0000 (08:41 +0900)
commitbef59e5059f9c89357b91f00bd8687530dcc27aa
tree5b8628464487b07f458de04fecd397f4ad5bb353
parent430c0c9f74f73aede749330ff872d04e580ea5fa
Fix an issue where the syntax highlighting scheme is not applied to the split second File pane and the Diff pane when changing it. (#624)

- Register the syntax highlighting scheme in the second split File pane and the Diff pane, when it is changed.
Src/MergeEditView.cpp