Changeset 530:5c7433c2515c in documentViewer for documentViewer.py


Ignore:
Timestamp:
Apr 26, 2012, 5:37:15 PM (12 years ago)
Author:
casties
Branch:
default
Message:

fix problems with texttool/text

File:
1 edited

Legend:

Unmodified
Added
Removed
  • documentViewer.py

    r528 r530  
    278278        # auto viewMode: text if there is a text else images
    279279        if viewMode=="auto":
    280             if docinfo.get('textURL', None) or docinfo.get('textURLPath', None):
     280            if docinfo.get('textURLPath', None):
     281                # docinfo.get('textURL', None) not implemented yet
    281282                viewMode = "text"
    282283                if viewLayer is None:
Note: See TracChangeset for help on using the changeset viewer.