mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-15 00:49:55 +00:00
Aesthetic Tweaks
.. tile mode highlights on mouse over for a more fluid feel, and better feedback .. can customise the trend view charts background .. fixed a SEGV on apply preset in chart setup .. this is part of a set of updates to update the standard setup to be more complete so the user can pretty much run off a standard config.
This commit is contained in:
@@ -346,7 +346,8 @@ HistogramWindow::HistogramWindow(Context *context, bool rangemode) : GcChartWind
|
||||
void
|
||||
HistogramWindow::configChanged(qint32 state)
|
||||
{
|
||||
setProperty("color", GColor(CPLOTBACKGROUND)); // called on config change
|
||||
if (!rangemode) setProperty("color", GColor(CPLOTBACKGROUND)); // called on config change
|
||||
else setProperty("color", GColor(CTRENDPLOTBACKGROUND)); // called on config change
|
||||
powerHist->configChanged(state);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user