default color was wrong

This commit is contained in:
Martin Marmsoler 2020-10-19 21:22:00 +02:00
parent 33328b30cd
commit ada65f10e7

View File

@ -156,7 +156,7 @@ class Terminal : public QGraphicsObject, public PropertiesInterface
/// Whether the mouse pointer is hovering the terminal
bool hovered_{false};
/// Color used for the hover effect
QColor hovered_color_{Terminal::hovered_color_};
QColor hovered_color_{Terminal::neutralColor};
/// Number of Terminal
QString number_terminal_;
bool name_terminal_hidden{true};