Skip to content
This repository has been archived by the owner on Oct 16, 2021. It is now read-only.

Commit

Permalink
Make frame editor "bookmark background" brighter, using Highlight 2
Browse files Browse the repository at this point in the history
  • Loading branch information
nyanpasu64 committed Jul 29, 2019
1 parent d242324 commit 976405e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/FrameEditor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ void CFrameEditor::DrawFrameEditor(CDC *pDC)
// // // Highlight by bookmarks
if (i != m_iMiddleRow) if (const unsigned Count = pCol->GetCount()) for (unsigned j = 0; j < Count; ++j)
if (pCol->GetBookmark(j)->m_iFrame == Frame) {
GradientBar(&m_dcBack, RowRect, theApp.GetSettings()->Appearance.iColBackgroundHilite, ColBackground);
GradientBar(&m_dcBack, RowRect, theApp.GetSettings()->Appearance.iColBackgroundHilite2, ColBackground);
break;
}

Expand Down

0 comments on commit 976405e

Please sign in to comment.