mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
default color was wrong
This commit is contained in:
@@ -156,7 +156,7 @@ class Terminal : public QGraphicsObject, public PropertiesInterface
|
|||||||
/// Whether the mouse pointer is hovering the terminal
|
/// Whether the mouse pointer is hovering the terminal
|
||||||
bool hovered_{false};
|
bool hovered_{false};
|
||||||
/// Color used for the hover effect
|
/// Color used for the hover effect
|
||||||
QColor hovered_color_{Terminal::hovered_color_};
|
QColor hovered_color_{Terminal::neutralColor};
|
||||||
/// Number of Terminal
|
/// Number of Terminal
|
||||||
QString number_terminal_;
|
QString number_terminal_;
|
||||||
bool name_terminal_hidden{true};
|
bool name_terminal_hidden{true};
|
||||||
|
|||||||
Reference in New Issue
Block a user