proc file_chooser_place: dont do anything if semaphore >0

This commit is contained in:
stefan schippers 2025-10-05 04:44:45 +02:00
parent 96293738ce
commit bbfe350e3f
1 changed files with 1 additions and 0 deletions

View File

@ -5158,6 +5158,7 @@ proc file_chooser_filelist {} {
proc file_chooser_place {action} {
# puts file_chooser_place
global file_chooser open_in_new_window
if {[xschem get semaphore] > 0} {return}
set sel [.ins.center.left.l curselection]
if {$sel eq {}} {
set sel [.ins.center.left.l index active]