Skip to content

Commit

Permalink
Add these fixes to the tag so I don't lose track of them.
Browse files Browse the repository at this point in the history
svn:revision:39323
svn:tag:rel-7-16-8
svn:account:starseeker
  • Loading branch information
starseeker committed May 18, 2010
1 parent 44c9b6b commit 1cfb0e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 1 addition & 2 deletions src/tclscripts/lib/RtControl.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,6 @@
}
}


if {$itk_option(-fb_active_pane_callback) != ""} {
catch {$itk_option(-fb_active_pane_callback) $rtActivePane}
}
Expand Down Expand Up @@ -1368,7 +1367,7 @@
}

if {$isaMged} {
set size [$itk_option(-mged) component $rtAcivePane cget -dmsize]
set size [$itk_option(-mged) component $rtActivePane cget -dmsize]
} else {
set size [$itk_option(-mged) pane_win_size $rtActivePane]
}
Expand Down
4 changes: 4 additions & 0 deletions src/tclscripts/lib/tclIndex
Original file line number Diff line number Diff line change
Expand Up @@ -905,6 +905,10 @@ set auto_index(::cadwidgets::ComboBox::setText) [list source [file join $dir Com
set auto_index(::cadwidgets::ComboBox::text) [list source [file join $dir ComboBox.tcl]]
set auto_index(::cadwidgets::ComboBox::type) [list source [file join $dir ComboBox.tcl]]
set auto_index(::cadwidgets::Ged) [list source [file join $dir Ged.tcl]]
set auto_index(::cadwidgets::Ged::get_ged_color) [list source [file join $dir Ged.tcl]]
set auto_index(::cadwidgets::Ged::get_rgb_color) [list source [file join $dir Ged.tcl]]
set auto_index(::cadwidgets::Ged::get_vdraw_color) [list source [file join $dir Ged.tcl]]
set auto_index(::cadwidgets::Ged::rgb_to_tk) [list source [file join $dir Ged.tcl]]
set auto_index(::cadwidgets::Help) [list source [file join $dir Help.tcl]]
set auto_index(::cadwidgets::Help::?) [list source [file join $dir Help.tcl]]
set auto_index(::cadwidgets::Help::add) [list source [file join $dir Help.tcl]]
Expand Down

0 comments on commit 1cfb0e0

Please sign in to comment.