Commit graph

3 commits

Author SHA1 Message Date
Markus Hofknecht 120bb1274d bugfixes related to fast open closes of stm, refactor KeyboardInput, refactor explorer sort, other minor refactor, version 254 2020-03-08 13:21:15 +01:00
Peter Kirmeier 9cab97276d Fixed overwriting clipboard on Label's MouseDoubleClick (Title bar of root folder)
Use workaround class for "Clipboard" issue on .Net Windows Forms Label:
On Label MouseDoubleClick the framework will copy the title text into the clipboard.
We avoid this by overriding the Text atrribute and use our own copy.
(https://stackoverflow.com/questions/2519587/is-there-any-way-to-disable-the-double-click-to-copy-functionality-of-a-net-l)

Note: When you have trouble with the Visual Studio Designer not showing the GUI properly, simply build once and reopen the Designer.
This will place the required files into the Designer's cache and becomes able to show the GUI as usual.

Fixes #5 (https://github.com/Hofknecht/SystemTrayMenu/issues/5)
2019-07-19 21:48:36 +02:00
Markus Hofknecht 1c934f1717 Initial commit, 0.9.1.233 2019-07-04 19:04:14 +02:00