Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
Qt Creator 10.0.1
-
None
-
-
da9afa8cc (13.0)
Description
To reproduce: type "t syn". When 1st hit is multiline, it breaks the results list.
The action from code (actionhandler.cpp):
d->synchronizeBrowserAction = registerCommand( Constants::ACTION_SYNC_BROWSER, nullptr, Core::Context(), Tr::tr("Synchronize Browser and Diagram") + "<br><i><small>" + Tr::tr("Press && Hold for Options") + "</small></i>", QKeySequence(), Utils::Icons::LINK_TOOLBAR.icon())->action();