clean up setting tab line color

This commit is contained in:
tuckerrrrrrrrrrrr 2020-02-16 10:27:37 -08:00
parent 5e25722d9a
commit e9bebfe788

View file

@ -332,9 +332,7 @@ void NotebookTab::paintEvent(QPaintEvent *)
{
auto col = *this->highlightColor_.get();
col.setAlpha(255);
colors.line.regular = col;
colors.line.hover = col;
colors.line.unfocused = col;
colors.line = {col, col, col};
}
// top line