mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
NOOP - re-indent src (no more mixed tab+space style)
This commit is contained in:
parent
e5cad21a81
commit
dbc54d9688
1 changed files with 242 additions and 242 deletions
|
|
@ -405,7 +405,7 @@ MonoPanner::on_scroll_event (GdkEventScroll* ev)
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool
|
bool
|
||||||
MonoPanner::on_motion_notify_event (GdkEventMotion* ev)
|
MonoPanner::on_motion_notify_event (GdkEventMotion* ev)
|
||||||
{
|
{
|
||||||
if (_panner_shell->bypassed()) {
|
if (_panner_shell->bypassed()) {
|
||||||
|
|
@ -445,7 +445,7 @@ MonoPanner::on_motion_notify_event (GdkEventMotion* ev)
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool
|
bool
|
||||||
MonoPanner::on_key_press_event (GdkEventKey* ev)
|
MonoPanner::on_key_press_event (GdkEventKey* ev)
|
||||||
{
|
{
|
||||||
double one_degree = 1.0/180.0;
|
double one_degree = 1.0/180.0;
|
||||||
|
|
@ -482,7 +482,7 @@ MonoPanner::on_key_press_event (GdkEventKey* ev)
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
MonoPanner::set_colors ()
|
MonoPanner::set_colors ()
|
||||||
{
|
{
|
||||||
colors.fill = ARDOUR_UI::config()->canvasvar_MonoPannerFill.get();
|
colors.fill = ARDOUR_UI::config()->canvasvar_MonoPannerFill.get();
|
||||||
|
|
@ -493,20 +493,20 @@ MonoPanner::set_colors ()
|
||||||
colors.pos_fill = ARDOUR_UI::config()->canvasvar_MonoPannerPositionFill.get();
|
colors.pos_fill = ARDOUR_UI::config()->canvasvar_MonoPannerPositionFill.get();
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
MonoPanner::color_handler ()
|
MonoPanner::color_handler ()
|
||||||
{
|
{
|
||||||
set_colors ();
|
set_colors ();
|
||||||
queue_draw ();
|
queue_draw ();
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
MonoPanner::bypass_handler ()
|
MonoPanner::bypass_handler ()
|
||||||
{
|
{
|
||||||
queue_draw ();
|
queue_draw ();
|
||||||
}
|
}
|
||||||
|
|
||||||
PannerEditor*
|
PannerEditor*
|
||||||
MonoPanner::editor ()
|
MonoPanner::editor ()
|
||||||
{
|
{
|
||||||
return new MonoPannerEditor (this);
|
return new MonoPannerEditor (this);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue