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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user