mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-24 09:31:13 +01:00
Fix comments
This commit is contained in:
@@ -83,7 +83,7 @@ function( set_target_property_all target property value )
|
|||||||
endforeach()
|
endforeach()
|
||||||
endfunction()
|
endfunction()
|
||||||
|
|
||||||
# Taken from wxWidgets and modified for Audcaity
|
# Taken from wxWidgets and modified for Audacity
|
||||||
#
|
#
|
||||||
# cmd_option(<name> <desc> [default] [STRINGS strings])
|
# cmd_option(<name> <desc> [default] [STRINGS strings])
|
||||||
# The default is ON if third parameter isn't specified
|
# The default is ON if third parameter isn't specified
|
||||||
|
|||||||
@@ -270,7 +270,7 @@ void Grabber::OnKeyDown(wxKeyEvent &event)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Piggy back in same source file as Grabber.
|
// Piggy back in same source file as Grabber.
|
||||||
// Audcaity Flicker-free StaticBitmap.
|
// Audacity Flicker-free StaticBitmap.
|
||||||
BEGIN_EVENT_TABLE(AStaticBitmap,wxStaticBitmap)
|
BEGIN_EVENT_TABLE(AStaticBitmap,wxStaticBitmap)
|
||||||
EVT_ERASE_BACKGROUND(AStaticBitmap::OnErase)
|
EVT_ERASE_BACKGROUND(AStaticBitmap::OnErase)
|
||||||
END_EVENT_TABLE()
|
END_EVENT_TABLE()
|
||||||
|
|||||||
@@ -145,7 +145,7 @@ class Grabber final : public wxWindow
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Piggy back in same source file as Grabber.
|
// Piggy back in same source file as Grabber.
|
||||||
// Audcaity Flicker-free StaticBitmap.
|
// Audacity Flicker-free StaticBitmap.
|
||||||
class AStaticBitmap : public wxStaticBitmap {
|
class AStaticBitmap : public wxStaticBitmap {
|
||||||
public:
|
public:
|
||||||
AStaticBitmap(wxWindow *parent,
|
AStaticBitmap(wxWindow *parent,
|
||||||
|
|||||||
Reference in New Issue
Block a user