1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-18 09:37:40 +02:00
David Bailes 72c397112f Fix that the Device toolbar can be higher than it should be.
This happens on Windows 7 if the display scaling factor is set to 125% (and probably higher). This also happens on Windows 10, but only if in addition to the high scaling factor, the display scaling at high DPI is disabled on the compatibility tab of audacity.exe's properties dialog. (The behaviour on Windows 8.1 wasn't checked.) The effect of the toolbar becoming higher, is that on a row of a tooldock, no other toolbar can be in front of the Device toolbar.

In void DeviceToolBar::RepositionCombos(), the desired size of the combo boxes was set to the best size.

The fix is only use the x value of the best size, and leave the y value unchanged. Note that this may not be the only problem in the code which causes this problem, and so this problem may resurface in the future.
2016-06-13 17:50:12 +01:00
..
2016-05-05 10:37:59 +01:00
2016-03-18 22:33:49 +00:00
2016-05-28 12:02:16 -04:00
2016-04-17 13:58:21 -04:00
2016-04-17 15:04:53 -04:00
2016-04-17 15:02:28 -04:00
2016-05-01 13:42:00 +01:00
2016-04-09 22:55:15 -04:00
2016-04-10 22:26:28 -04:00
2016-04-10 22:26:28 -04:00
2016-05-10 18:29:28 +01:00
2016-04-10 22:26:28 -04:00
2016-02-19 01:39:44 -05:00
2016-02-19 01:37:27 -05:00
2016-06-13 15:51:13 +01:00
2016-04-10 21:19:15 -04:00