diff options
Diffstat (limited to 'src/EditView.h')
-rw-r--r-- | src/EditView.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/EditView.h b/src/EditView.h index affb4663e..1e28d25c5 100644 --- a/src/EditView.h +++ b/src/EditView.h @@ -119,7 +119,7 @@ public: std::shared_ptr<LineLayout> RetrieveLineLayout(Sci::Line lineNumber, const EditModel &model); void LayoutLine(const EditModel &model, Surface *surface, const ViewStyle &vstyle, - LineLayout *ll, int width); + LineLayout *ll, int width, bool callerMultiThreaded=false); static void UpdateBidiData(const EditModel &model, const ViewStyle &vstyle, LineLayout *ll); |