Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Utilities/IPythonWidget.py

    r3933ee9 rfbfc488  
    44 
    55from PyQt5 import QtSvg 
    6  
    7 from sas.qtgui.Utilities import GuiUtils 
    86 
    97def new_load_qt(api_options): 
     
    3735        app = guisupport.get_app_qt4() 
    3836 
    39         font = GuiUtils.getMonospaceFont() 
    40         self.font = font 
    41  
    4237        # Create an in-process kernel 
    4338        kernel_manager = QtInProcessKernelManager() 
Note: See TracChangeset for help on using the changeset viewer.