mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Realtime controls honour colors
The realtime control background now matches the rest of the realtime charts. This is a temporary measure before adding view specific controls on the toolbar (see feature request 492).
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
#include "TrainTool.h"
|
||||
#include "MainWindow.h"
|
||||
#include "Settings.h"
|
||||
#include "Colors.h"
|
||||
#include "Units.h"
|
||||
#include "DeviceTypes.h"
|
||||
#include "DeviceConfiguration.h"
|
||||
@@ -200,6 +201,7 @@ TrainTool::TrainTool(MainWindow *parent, const QDir &home) : GcWindow(parent), h
|
||||
void
|
||||
TrainTool::configChanged()
|
||||
{
|
||||
setProperty("color", GColor(CRIDEPLOTBACKGROUND));
|
||||
|
||||
// SERVERS & DEVICES
|
||||
// zap whats there
|
||||
|
||||
Reference in New Issue
Block a user