mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Disable dynamic reapply of DataFilter
When activities list is filtered, RideNavigator lose the focus on selected activity if the filter is reapplied on rideSelected. Fixes #3341
This commit is contained in:
@@ -2715,7 +2715,7 @@ DataFilter::DataFilter(QObject *parent, Context *context) : QObject(parent), con
|
||||
|
||||
configChanged(CONFIG_FIELDS);
|
||||
connect(context, SIGNAL(configChanged(qint32)), this, SLOT(configChanged(qint32)));
|
||||
connect(context, SIGNAL(rideSelected(RideItem*)), this, SLOT(dynamicParse()));
|
||||
//connect(context, SIGNAL(rideSelected(RideItem*)), this, SLOT(dynamicParse()));
|
||||
}
|
||||
|
||||
DataFilter::DataFilter(QObject *parent, Context *context, QString formula) : QObject(parent), context(context), treeRoot(NULL)
|
||||
|
||||
Reference in New Issue
Block a user