File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -505,6 +505,9 @@ int GuiMain(int argc, char* argv[])
505
505
return EXIT_SUCCESS;
506
506
}
507
507
508
+ // Install global event filter that makes sure that long tooltips can be word-wrapped
509
+ app.installEventFilter (new GUIUtil::ToolTipToRichTextFilter (TOOLTIP_WRAP_THRESHOLD, &app));
510
+
508
511
// / 5. Now that settings and translations are available, ask user for data directory
509
512
// User language is set up: pick a data directory
510
513
bool did_show_intro = false ;
@@ -576,8 +579,6 @@ int GuiMain(int argc, char* argv[])
576
579
#endif // ENABLE_WALLET
577
580
578
581
// / 9. Main GUI initialization
579
- // Install global event filter that makes sure that long tooltips can be word-wrapped
580
- app.installEventFilter (new GUIUtil::ToolTipToRichTextFilter (TOOLTIP_WRAP_THRESHOLD, &app));
581
582
// Install global event filter that makes sure that out-of-focus labels do not contain text cursor.
582
583
app.installEventFilter (new GUIUtil::LabelOutOfFocusEventFilter (&app));
583
584
#if defined(Q_OS_WIN)
You can’t perform that action at this time.
0 commit comments