WITHDRAWN: restore the main VU meter to its previously accidentally altered size (@ 33226e1) #12
FulopNandor
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
During the development work related to a previous commit, "replace the three-colored VU meter in the main window" (@ e8554ea), I accidentally altered the size of the component holding the main VU meter. The size was changed to
setBounds (6, 103, 150, 24)
from the appropriate setting,setBounds (6, 103, 140, 8)
.This mistake caused the buttons
CART
,PARM
, andINIT
to be partially overlapped by the VU meter, as shown:As a result, left mouse clicks on the upper halves of these buttons became ineffective.
In this commit, the correct sizes have been restored in the file
GlobalEditor.cpp
:Beta Was this translation helpful? Give feedback.
All reactions