2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Added mouse click support to point details widget.

This commit is contained in:
23rd
2023-07-27 07:05:33 +03:00
committed by John Preston
parent eb0ab9609f
commit fcc6aaed91
3 changed files with 17 additions and 6 deletions

View File

@@ -1125,7 +1125,8 @@ void ChartWidget::setupDetails() {
_details.widget = base::make_unique_q<PointDetailsWidget>(
this,
_chartData,
maxAbsoluteValue);
maxAbsoluteValue,
false);
_details.widget->shownValue(
) | rpl::start_with_next([=](bool shown) {