asd
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#include "scrollbarhighlight.h"
|
||||
#include "colorscheme.h"
|
||||
|
||||
ScrollBarHighlight::ScrollBarHighlight(float position, int colorIndex, Style style, QString tag)
|
||||
: m_position(position),
|
||||
m_colorIndex(std::max(0, std::min(ColorScheme::getInstance().HighlightColorCount, colorIndex))),
|
||||
m_style(style),
|
||||
m_tag(tag),
|
||||
next(NULL)
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user