Ignore:
Timestamp:
Jul 4, 2016 3:32:49 AM (8 years ago)
Author:
Piotr Rozyczko <piotr.rozyczko@…>
Branches:
ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
Children:
f0f309d
Parents:
f82ab8c
Message:

Modified Data Explorer slightly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/DroppableDataLoadWidget.py

    rf82ab8c r481ff26  
    33 
    44# UI 
    5 from UI.TabbedFileLoadUI import DataLoadWidget 
    6 # from UI.Test2DataExplorerUI import DataLoadWidget 
     5from UI.DataExplorerUI import DataLoadWidget 
    76 
    87class DroppableDataLoadWidget(DataLoadWidget): 
     
    2322        """ 
    2423        # Analyze mime data 
    25         if event.mimeData().hasUrls(): 
     24        if event.mimeData().hasUrls() and self.currentIndex() == 0: 
    2625            return True 
    2726        else: 
Note: See TracChangeset for help on using the changeset viewer.