mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
revert part of 4091ff175c that caused window/sizing chaos. silly paul
This commit is contained in:
parent
e0a3c3f4fa
commit
37522a2f5e
2 changed files with 2 additions and 18 deletions
|
|
@ -71,8 +71,6 @@ class ArdourButton : public CairoWidget , public Gtkmm2ext::Activatable
|
|||
void set_rounded_corner_mask (int);
|
||||
void set_diameter (float);
|
||||
|
||||
void set_padding (int x, int y);
|
||||
|
||||
void set_text (const std::string&);
|
||||
void set_markup (const std::string&);
|
||||
void set_angle (const double);
|
||||
|
|
@ -159,9 +157,6 @@ class ArdourButton : public CairoWidget , public Gtkmm2ext::Activatable
|
|||
bool _distinct_led_click;
|
||||
bool _hovering;
|
||||
|
||||
int _xpad_request;
|
||||
int _ypad_request;
|
||||
|
||||
static bool _flat_buttons;
|
||||
|
||||
void setup_led_rect ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue