Skip to content
Snippets Groups Projects
Commit 95e02bc3 authored by nightfox's avatar nightfox
Browse files

Minor change in the background & foreground colors for the scrollbar when reading an ANSI message

parent b252015e
No related branches found
No related tags found
No related merge requests found
......@@ -10837,7 +10837,7 @@ function DigDistMsgReader_GetMsgInfoForEnhancedReader(pMsgHdr, pWordWrap, pDeter
// If scrollbar.js is available, then set up a vertical
// scrollbar for the Frame object
if (gScrollbarJSAvailable)
retObj.displayFrameScrollbar = new ScrollBar(retObj.displayFrame, {bg: LIGHTGRAY, fg: WHITE, orientation: "vertical", autohide: false});
retObj.displayFrameScrollbar = new ScrollBar(retObj.displayFrame, {bg: BG_BLACK, fg: LIGHTGRAY, orientation: "vertical", autohide: false});
}
}
deltree(readerTmpOutputDir);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment