mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-10 14:46:24 +01:00
Bug1669: Close and Menu buttons should never disappear...
... As they did with Ctrl+Shift+F, with a certain minimimum number of wave tracks that depends on screen resolution. On my Macbook, that was 13 tracks. This bug was a consequence of James' TCP layout changes making buttons a little taller plus my changes to hide any top controls for which there is not sufficient height. The fix makes the height of tracks after Ctrl+Shift+F a bit more (44 pixels not 40) than in 2.1.3. This fix also replaces some more "magic numbers" with calculation from tabled data about TCP layout.
This commit is contained in:
@@ -92,6 +92,8 @@ public:
|
||||
~TrackInfo();
|
||||
void ReCreateSliders();
|
||||
|
||||
static unsigned MinimumTrackHeight();
|
||||
|
||||
struct TCPLine;
|
||||
|
||||
static void DrawItems
|
||||
|
||||
Reference in New Issue
Block a user