Fix icon-tool

tape-rec icon was removed in a4d7b45fe, also re-order icons to
retain grouping per line when using the icon render util
This commit is contained in:
Robin Gareus 2020-03-23 01:18:55 +01:00
parent a54b000a70
commit 5c3f49ef2b
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
2 changed files with 3 additions and 4 deletions

View File

@ -28,6 +28,9 @@
namespace ArdourWidgets { namespace ArdourIcon {
enum Icon {
RecButton,
ZoomIn,
ZoomOut,
ZoomFull,
TransportPanic,
TransportStop,
TransportPlay,
@ -43,9 +46,6 @@ namespace ArdourWidgets { namespace ArdourIcon {
ToolAudition,
ToolDraw,
ToolContent,
ZoomIn,
ZoomOut,
ZoomFull,
ZoomExpand,
TimeAxisShrink,
TimeAxisExpand,

View File

@ -206,7 +206,6 @@ main (int argc, char** argv)
draw_icon (cr, pos++, ArdourIcon::RecButton, Gtkmm2ext::Off);
draw_icon (cr, pos++, ArdourIcon::RecButton, Gtkmm2ext::ImplicitActive);
draw_icon (cr, pos++, ArdourIcon::RecTapeMode, Gtkmm2ext::ImplicitActive);
for (int i = 0; i < ArdourIcon::NoIcon; ++i) {
draw_icon (cr, pos++, ArdourIcon::Icon (i), Gtkmm2ext::ExplicitActive);