Open lucasbledsoe opened 8 years ago
When on mac, I am on 10.12.1, using diropenbox followed immediately by a button box results in a ghost directory selection window. This windowcan be cleared by clicking the dock icon or the newly created window itself.
Example code to replicate
import easygui chosen_dir = easygui.diropenbox("Select dir", default='/') confirm = easygui.ccbox('yes?','confirm')
I haven't tested on mac, but cannot reproduce on Windows7/8/10 or Ubuntu16-04. Seems to suggest this to be a bug specific to Mac os.
Sorry, I should have explicitly mentioned that. This is indeed unique to mac.
When on mac, I am on 10.12.1, using diropenbox followed immediately by a button box results in a ghost directory selection window. This windowcan be cleared by clicking the dock icon or the newly created window itself.
Example code to replicate