Skip to content

Commit 1379ffc

Browse files
committed
fix gui code
Signed-off-by: dsengupta0628 <dsengupta@precisioninno.com>
1 parent 76b93b6 commit 1379ffc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gui/src/gui.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ proc save_clocktree_image { args } {
173173
utl::error GUI 88 "-clock is required"
174174
}
175175

176-
gui::save_clocktree_image $path $clock $scene $width $height
176+
gui::save_clocktree_image $path $clock [get_name $scene] $width $height
177177
}
178178

179179
sta::define_cmd_args "save_histogram_image" {

0 commit comments

Comments
 (0)