mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-29 03:29:58 +02:00
[apps] Toolbox: get rid of variable-size tables
This commit is contained in:
@@ -92,7 +92,7 @@ void SequenceToolbox::buildExtraCellsLayouts(const char * sequenceName, int recu
|
||||
}
|
||||
|
||||
bool SequenceToolbox::selectAddedCell(int selectedRow){
|
||||
int bufferSize = 10;
|
||||
constexpr int bufferSize = 10;
|
||||
char buffer[bufferSize];
|
||||
m_addedCellLayout[selectedRow].serialize(buffer, bufferSize);
|
||||
sender()->handleEventWithText(buffer);
|
||||
|
||||
Reference in New Issue
Block a user