mp-lee / mandelbulber

Automatically exported from code.google.com/p/mandelbulber
GNU General Public License v3.0
1 stars 0 forks source link

Render window is activated many times during rendering #17

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Begin rendering high resolution image with DOF effect enabled.

What is the expected output? What do you see instead?
Render window constantly activates its focus while rendering.

What version of the product are you using? On what operating system?
Mandelbulber 1.12
Arch Linux with i3 window manager

Please provide any additional information below.
It seems there is a call to `gtk_window_activate_focus()` somewhere in the 
rendering or GUI code. This is undesirable behavior because it is bothersome 
when multitasking on a machine during a long render. Mandelbulber constantly 
steals focus from a browser window, for example.

Original issue reported on code.google.com by AndrewPB...@gmail.com on 1 Dec 2012 at 12:59