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

Don't bypass the window manager #171

Merged
merged 1 commit into from
Sep 24, 2020
Merged

Don't bypass the window manager #171

merged 1 commit into from
Sep 24, 2020

Conversation

mominul
Copy link
Member

@mominul mominul commented Sep 24, 2020

  • Removed Qt::X11BypassWindowManagerHint to prevent nasty bugs like topbar problem #153 where the window manager loses the track of the TopBar.
  • Removed Qt::WindowDoesNotAcceptFocus to get tooltips on the TopBar buttons.
  • Removed Qt::NoDropShadowWindowHint as this doesn't prevent drop shadow of Topbar anyway and I don't think having shadow around the TopBar when it has focus is a bad choice.
  • Tooltip updates.

cc @ahmubashshir

Remove the special window flags for linux
@mominul mominul merged commit 68661d8 into master Sep 24, 2020
@mominul mominul deleted the topbar_de branch September 24, 2020 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant