Ignore:
Timestamp:
Sep 10, 2018 7:15:01 AM (6 years ago)
Author:
krzywon
Branches:
master, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, unittest-saveload
Children:
0863065
Parents:
d0ce666f
Message:

Be sure image handler is initialized in invariant panel and code cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sasgui/perspectives/invariant/invariant_panel.py

    rfa412df r44e8f48  
    784784        report_img = self.state.image 
    785785        report_list = [report_html_str, report_text_str, report_img] 
     786        ReportImageHandler.check_for_empty_instance() 
    786787        imgRAM = ReportImageHandler.instance.img_holder 
    787788        refs = [self.state.wximgbmp] 
Note: See TracChangeset for help on using the changeset viewer.