mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
* gdbtk.tcl (build_framework): Fix bug with setting window titles.
This commit is contained in:
@@ -1318,7 +1318,7 @@ button .files -text Files -command files_command
|
||||
proc build_framework {win {title GDBtk} {label {}}} {
|
||||
|
||||
toplevel ${win}
|
||||
wm title .src $title
|
||||
wm title ${win} $title
|
||||
wm minsize ${win} 1 1
|
||||
|
||||
frame ${win}.menubar
|
||||
|
||||
Reference in New Issue
Block a user