Index: fpdfsdk/pdfwindow/PWL_ScrollBar.cpp |
diff --git a/fpdfsdk/pdfwindow/PWL_ScrollBar.cpp b/fpdfsdk/pdfwindow/PWL_ScrollBar.cpp |
index 9db2aea35b4d62fbacb88c3bb458f2ee689f3a56..a96cf5f2a52c4909cd15e9bdb97890e03be9363b 100644 |
--- a/fpdfsdk/pdfwindow/PWL_ScrollBar.cpp |
+++ b/fpdfsdk/pdfwindow/PWL_ScrollBar.cpp |
@@ -670,7 +670,8 @@ void CPWL_ScrollBar::GetThisAppearanceStream(CFX_ByteTextBuf& sAppStream) { |
sButton << "q\n"; |
sButton << "0 w\n" |
- << CPWL_Utils::GetColorAppStream(GetBackgroundColor(), TRUE); |
+ << CPWL_Utils::GetColorAppStream(GetBackgroundColor(), TRUE) |
+ .AsByteStringC(); |
sButton << rectWnd.left << " " << rectWnd.bottom << " " |
<< rectWnd.right - rectWnd.left << " " |
<< rectWnd.top - rectWnd.bottom << " re b Q\n"; |