Ignore:
Timestamp:
Nov 30, 2018 4:57:46 AM (6 years ago)
Author:
Piotr Rozyczko <piotr.rozyczko@…>
Branches:
ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl, ESS_GUI_sync_sascalc
Children:
99f8760, 11a336f, 9d23e4c
Parents:
5d75a181
Message:

Show Plot now restores minimized plots. SASVIEW-1221 == trac#13
Added "Minimize all plots" to Window menu
Changed draw → draw_idle to avoid weird numpy linalg errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/MainWindow/UI/MainWindowUI.ui

    r6bc0840 rd9e7792  
    128128    <addaction name="actionPrevious"/> 
    129129    <addaction name="separator"/> 
     130    <addaction name="actionMinimizePlots"/> 
    130131    <addaction name="actionClosePlots"/> 
    131132   </widget> 
     
    577578   </property> 
    578579  </action> 
     580  <action name="actionMinimizePlots"> 
     581   <property name="text"> 
     582    <string>Minimize All Plots</string> 
     583   </property> 
     584  </action> 
    579585 </widget> 
    580586 <resources/> 
Note: See TracChangeset for help on using the changeset viewer.