Changeset 1912


Ignore:
Timestamp:
08/30/10 12:40:14 (14 years ago)
Author:
Kana Sugimoto
Message:

New Development: No

JIRA Issue: No

Ready for Test: Yes

Interface Changes: No

What Interface Changed:

Test Programs:

Put in Release Notes: No

Module(s):

Description:

a bit modification so that creation of notation window at the time
of asap_init() will be invisible.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/notationwindow.py

    r1889 r1912  
    306306        #twin.deiconify()
    307307        #twin.minsize(width=twin.winfo_width(),height=twin.winfo_height())
    308         twin.lift()
     308        #twin.lift()
    309309        twin.withdraw()
    310310        return twin
Note: See TracChangeset for help on using the changeset viewer.