• Erwan Tulou's avatar
    skins2(win): fix focus loss when tooltip is displayed · e604141e
    Erwan Tulou authored
    Till now, when a tooltip showed up, the underlying main window lost
    keyboard focus (keys + mouse wheel). Users had to click again on the window
    to regain this focus.
    
    this patch mainly uses a flag that enables to display a window without
    activating it (see msdn doc) plus a bit of cosmetics.
    
    this patch should be backported.
    e604141e
win32_tooltip.cpp 2.46 KB