changed notation
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
|
||||
ScrollBarHighlight::ScrollBarHighlight(float position, int colorIndex,
|
||||
Style style, QString tag)
|
||||
: m_position(position)
|
||||
, m_colorIndex(std::max(
|
||||
: position(position)
|
||||
, colorIndex(std::max(
|
||||
0, std::min(ColorScheme::instance().HighlightColorCount, colorIndex)))
|
||||
, m_style(style)
|
||||
, m_tag(tag)
|
||||
, style(style)
|
||||
, tag(tag)
|
||||
, next(NULL)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user