In BSSourceView, keep the NSAttributedString creation on the background block.
authorRobert Sesek <rsesek@bluestatic.org>
Sun, 15 Sep 2019 13:42:22 +0000 (09:42 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Sun, 15 Sep 2019 14:04:44 +0000 (10:04 -0400)
commitcaf6ecfbfd12ba349667afd1dde4911abaa2abef
tree6e981cd6a336fbffad85c6b56fe4977196a6300a
parenta87c1036cab08e03fd94b670150e1b1267a1ac90
In BSSourceView, keep the NSAttributedString creation on the background block.

Only post the AppKit calls to the main thread.
Source/BSSourceView.mm