Skip to content

Fix middle click and tooltip

Marco Martin requested to merge work/mart/fixComic into master

Fix middle mouse button click to open the full popup and the tooltip on hover

those were still porting fallouts due to Qt6 slight behavior differences

  • ScrollViews eat events for the mousearea
  • PlasmaCore.Tooltip doesn't work within a MouseArea

Merge request reports