1 parent 2d11e82 commit e619546Copy full SHA for e619546
1 file changed
tcl/windows/switcher.tcl
@@ -581,10 +581,9 @@ proc ::windows::switcher::releaseMouseEvent {fromBase x y {w .baseWin}} {
581
if {! [string match "$w.c.f*" $dropPoint]} {return}
582
regexp -all {[0-9]} $dropPoint toBase
583
if {$toBase == $fromBase} {
584
- if {$::curr_db != $toBase} {
585
- ::file::SwitchToBase $toBase
586
- } else {
587
- ::windows::gamelist::makeVisible $toBase
+ ::file::SwitchToBase $toBase
+ if {[sc_base numGames $toBase] > 0} {
+ ::game::Load 1
588
}
589
} else {
590
::windows::gamelist::CopyGames "" $fromBase $toBase
0 commit comments