Changeset 289


Ignore:
Timestamp:
Dec 4, 2009 5:03:34 PM (14 years ago)
Author:
toby
Message:

# on 2000/10/02 16:54:10, toby did:
remove unneeded raise command in ReloadExpMsg? -- seems to cause a major delay

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expgui

    • Property rcs:date changed from 2000/08/17 23:48:03 to 2000/10/02 16:54:10
    • Property rcs:lines changed from +7 -5 to +7 -4
    • Property rcs:rev changed from 1.33 to 1.34
    r267 r289  
    552552    destroy $w
    553553    if {[string compare $oldGrab ""]} {
    554       if {![string compare $grabStatus "global"]} {
     554        if {![string compare $grabStatus "global"]} {
    555555            grab -global $oldGrab
    556556        } else {
     
    558558        }
    559559    }
    560     raise .
     560    # for windows rearrange window stacking
     561    if {$tcl_platform(platform) == "windows"} {
     562        raise .
     563    }
    561564    return $expgui(dialogbutton)
    562565}
Note: See TracChangeset for help on using the changeset viewer.