mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-09-13 20:23:04 +02:00
default color was wrong
This commit is contained in:
parent
33328b30cd
commit
ada65f10e7
@ -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};
|
||||
|
Loading…
x
Reference in New Issue
Block a user