Changeset 289
- Timestamp:
- Dec 4, 2009 5:03:34 PM (14 years ago)
- 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 552 552 destroy $w 553 553 if {[string compare $oldGrab ""]} { 554 554 if {![string compare $grabStatus "global"]} { 555 555 grab -global $oldGrab 556 556 } else { … … 558 558 } 559 559 } 560 raise . 560 # for windows rearrange window stacking 561 if {$tcl_platform(platform) == "windows"} { 562 raise . 563 } 561 564 return $expgui(dialogbutton) 562 565 }
Note: See TracChangeset
for help on using the changeset viewer.