Skip to content
Snippets Groups Projects
Commit 494ae1c7 authored by Ivica Bukvic's avatar Ivica Bukvic
Browse files

*fixed intermittent problem in k12 mode where edit/play button got stuck...

*fixed intermittent problem in k12 mode where edit/play button got stuck because ctrl key got gobbled up by a popup dialog or new window
parent c057c124
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
......@@ -58,6 +58,7 @@ namespace eval ::dialog_search:: {
################## help browser and support functions #########################
proc ::dialog_search::open_helpbrowser {mytoplevel} {
reset_ctrl_on_popup_window
if {[winfo exists $mytoplevel]} {
wm deiconify $mytoplevel
raise $mytoplevel
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment