On Thursday October 11 2012, Stephen Chu wrote: > I am wondering if this is the result of switching qtbase to master > instead of staying wiht qt5. > > When I call this on a Mac: > > QMessageBox::warning(NULL, "", "warning!"); > > The dialog shows up but clicking at the OK button doesn't dismiss it. > And QMessageBox code is taking 100% of a core spinning. > > Before I file a bug report, can someone with latest qtbase (from > yesterday) try this?
Works on Linux, but that uses a completely different implementation, of course. If it worked for you before, try bisecting qtbase to find the commit that introduced the regression. -- Marc Mutz <[email protected]> | Senior Software Engineer KDAB (Deutschland) GmbH & Co.KG, a KDAB Group Company www.kdab.com || Germany +49-30-521325470 || Sweden (HQ) +46-563-540090 KDAB - Qt Experts - Platform-Independent Software Solutions _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
