Changes between Initial Version and Version 1 of Ticket #66914, comment 80


Ignore:
Timestamp:
Jul 20, 2023, 10:17:29 PM (10 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #66914, comment 80

    initial v1  
    11Perhaps we should tweak the following function:
    22
     3{{{
    34void Worksheet::OnZoom(wxZoomGestureEvent &event) {
    45  if (event.IsGestureStart())
     
    78  SetZoomFactor(m_zoomAtGestureStart * event.GetZoomFactor());
    89}
     10}}}