[MacPorts] #66914: wxMaxima (please update that program!)

MacPorts noreply at macports.org
Thu Mar 9 19:54:13 UTC 2023


#66914: wxMaxima (please update that program!)
--------------------------------+--------------------------
  Reporter:  gunterkoenigsmann  |      Owner:  MSoegtropIMC
      Type:  update             |     Status:  assigned
  Priority:  Normal             |  Milestone:
 Component:  ports              |    Version:
Resolution:                     |   Keywords:
      Port:  wxMaxima           |
--------------------------------+--------------------------

Comment (by gunterkoenigsmann):

 Perhaps we should tweak the following function:

 void Worksheet::OnZoom(wxZoomGestureEvent &event) {
   if (event.IsGestureStart())
     m_zoomAtGestureStart = m_configuration->GetZoomFactor();

   SetZoomFactor(m_zoomAtGestureStart * event.GetZoomFactor());
 }

-- 
Ticket URL: <https://trac.macports.org/ticket/66914#comment:80>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list