Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
95e02bc3
Commit
95e02bc3
authored
Nov 26, 2015
by
nightfox
Browse files
Minor change in the background & foreground colors for the scrollbar when reading an ANSI message
parent
b252015e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
xtrn/DDMsgReader/DDMsgReader.js
xtrn/DDMsgReader/DDMsgReader.js
+1
-1
No files found.
xtrn/DDMsgReader/DDMsgReader.js
View file @
95e02bc3
...
...
@@ -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);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment