Retain previous background by default when switching colors
This commit is contained in:
@@ -354,7 +354,7 @@ struct Window
|
||||
/// Sets window's base color
|
||||
/// @param fg foregound base color
|
||||
/// @param bg background base color
|
||||
void setBaseColor(Color c);
|
||||
void setBaseColor(const Color &color);
|
||||
|
||||
/// Sets window's border
|
||||
/// @param border new window's border
|
||||
|
||||
Reference in New Issue
Block a user