Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

always show tooltips in preferences #4198

Merged
merged 1 commit into from
Aug 26, 2021

Conversation

ronso0
Copy link
Member

@ronso0 ronso0 commented Aug 13, 2021

@ronso0 ronso0 force-pushed the tooltips-in-preferences branch from 25caf20 to 6b47edc Compare August 13, 2021 20:36
switch (m_toolTipsCfg) {
// always show tooltips in the preferences window
QWidget* actWin = QApplication::activeWindow();
if (actWin && QLatin1String(actWin->metaObject()->className()) != "DlgPreferences") {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that could also be

if (actWin && actWin->objectName() != "DlgPreferencesDlg")

both work, I don't know what's preferred. Also, I didn't manage to cast char to QString, the attempts were rather elaborate for a string comparison.

@ronso0 ronso0 added the ui label Aug 13, 2021
@ronso0 ronso0 added this to the 2.4.0 milestone Aug 13, 2021
@coveralls

This comment has been minimized.

@Be-ing
Copy link
Contributor

Be-ing commented Aug 24, 2021

Rebase on 2.3?

@ronso0 ronso0 changed the base branch from main to 2.3 August 24, 2021 20:49
@ronso0 ronso0 force-pushed the tooltips-in-preferences branch from 6b47edc to eac5995 Compare August 24, 2021 20:49
@ronso0
Copy link
Member Author

ronso0 commented Aug 24, 2021

Rebase on 2.3?

why not. any comment on the code?

src/mixxx.cpp Outdated Show resolved Hide resolved
@ronso0 ronso0 force-pushed the tooltips-in-preferences branch from eac5995 to c706e2e Compare August 26, 2021 19:39
@Be-ing Be-ing merged commit c8c0df4 into mixxxdj:2.3 Aug 26, 2021
@Be-ing
Copy link
Contributor

Be-ing commented Aug 26, 2021

thanks

@ronso0 ronso0 deleted the tooltips-in-preferences branch August 26, 2021 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants