jcelaya / hdrmerge

HDR exposure merging
http://jcelaya.github.io/hdrmerge/
Other
365 stars 78 forks source link

Open dialog pops up on un-minimize and desktop switch #100

Closed alexforencich closed 7 years ago

alexforencich commented 7 years ago

Open dialog pops up and takes focus when HDRmerge is un-minimized or when the desktop is switched.

Beep6581 commented 7 years ago

@alexforencich which version of HDRMerge, which OS, which window manager, how did you un-minimize it, etc... http://rawpedia.rawtherapee.com/How_to_write_useful_bug_reports

alexforencich commented 7 years ago

Sorry. Latest version from git, on Arch Linux with XFCE, un-minimized by clicking on the corresponding window button on the panel or alt+tab.

alexforencich commented 7 years ago

Looks like you're unconditionally showing the open dialog when the window show event occurs. Changing this to only display the dialog when the image stack is empty solves this issue.