Skip to content

Commit

Permalink
another color assert
Browse files Browse the repository at this point in the history
  • Loading branch information
pajlada committed Dec 25, 2023
1 parent dfa1496 commit dfaee6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/widgets/helper/ScrollbarHighlight.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ ScrollbarHighlight::ScrollbarHighlight(const std::shared_ptr<QColor> color,

QColor ScrollbarHighlight::getColor() const
{
assert(this->color_);
return *this->color_;
}

Expand Down

0 comments on commit dfaee6a

Please sign in to comment.