bubnikv f35efb8fe5 Win32 specific: Workaround for tooltips over Tree Controls displayed
over excessively long tree control items, stealing the window focus.

In case the Tab was reparented from the MainFrame to the floating dialog,
the tooltip created by the Tree Control before reparenting is not reparented,
but it still points to the MainFrame. If the tooltip pops up, the MainFrame
is incorrectly focussed, stealing focus from the floating dialog.

The workaround is to delete the tooltip control.
Vojtech tried to reparent the tooltip control, but it did not work,
and if the Tab was later reparented back to MainFrame, the tooltip was displayed
at an incorrect position, therefore it is safer to just discard the tooltip control
altogether.
2020-10-01 19:58:23 +02:00
..
2020-10-01 08:34:16 +02:00
2020-03-03 15:47:02 +01:00
2020-02-08 11:42:45 +01:00
2020-10-01 09:46:00 +02:00
2020-05-26 16:06:11 +02:00
2020-09-01 09:28:02 +02:00
2020-05-27 14:01:47 +02:00
2020-09-30 13:35:19 +02:00
2020-09-30 14:02:23 +02:00
2020-05-15 09:34:53 +02:00
2020-05-15 09:34:53 +02:00
2020-05-15 09:34:53 +02:00
2020-09-10 18:54:29 +02:00
2020-08-05 19:25:04 +02:00
2020-02-04 15:27:11 +01:00