Secondary window does not show itself when it is minimized.
-
Hello,
I am having some other ui in my project. I am openin some windows when certain button is pushed.
I am doing that with sub_window.show() function but the problem is when sub_window is minimized from top right button menu, show() function does not work.
I cannot see the subwindow.Thanks a lot.
-