2021-09-21 Fred Gleason <fredg@paravelsystems.com>

* Fixed a regression in rdlibrary(1) that failed to update the
	length of macro carts after editing.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-09-21 11:55:42 -04:00
parent acd80bcd65
commit bf1d015cb4
6 changed files with 40 additions and 12 deletions

View File

@@ -21,8 +21,8 @@
#ifndef MACRO_CART_H
#define MACRO_CART_H
#include <qcombobox.h>
#include <qpushbutton.h>
#include <QComboBox>
#include <QPushButton>
#include <rdmacro_event.h>
#include <rdmacrocartmodel.h>