Show
Ignore:
Timestamp:
04/14/06 14:36:57 (3 years ago)
Author:
jordi
Message:

The presenter now can reload a document. To do so I had to add the setters for IDocument's zoom and rotation (they should've been from the start, but...)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests/DumbDocument.cxx

    r31 r63  
    6666                     "%s", IDocument::getErrorMessage (m_OpenError)); 
    6767    } 
    68     m_Rotation = 0; 
    69     m_Scale = 1.0f; 
     68    setRotation (0); 
     69    setZoom (1.0f); 
    7070    return m_Loaded; 
    7171}