[yast-commit] r42737 - /trunk/qt/src/YQUI_core.cc
Author: sh-sh-sh Date: Wed Dec 5 19:44:32 2007 New Revision: 42737 URL: http://svn.opensuse.org/viewcvs/yast?rev=42737&view=rev Log: don't grab focus Modified: trunk/qt/src/YQUI_core.cc Modified: trunk/qt/src/YQUI_core.cc URL: http://svn.opensuse.org/viewcvs/yast/trunk/qt/src/YQUI_core.cc?rev=42737&r1=42736&r2=42737&view=diff ============================================================================== --- trunk/qt/src/YQUI_core.cc (original) +++ trunk/qt/src/YQUI_core.cc Wed Dec 5 19:44:32 2007 @@ -398,10 +398,6 @@ if ( timeout_millisec > 0 ) _user_input_timer.start( timeout_millisec, true ); // single shot -#if 0 - dialog->activate( true ); -#endif - if ( qApp->focusWidget() ) qApp->focusWidget()->setFocus(); @@ -415,9 +411,6 @@ _do_exit_loop = false; event = _event_handler.consumePendingEvent(); -#if 0 - dialog->activate( false ); -#endif // Display a busy cursor, but only if there is no other activity within // BUSY_CURSOR_TIMEOUT milliseconds (avoid cursor flicker) @@ -445,14 +438,8 @@ if ( dialog ) { -#if 0 - dialog->activate( true ); -#endif qApp->processEvents(); event = _event_handler.consumePendingEvent(); -#if 0 - dialog->activate( false ); -#endif } } -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
sh-sh-sh@svn.opensuse.org