diff --git a/Components/9918/Implementation/YamahaCommands.hpp b/Components/9918/Implementation/YamahaCommands.hpp index 032fb840b..4f01e48f2 100644 --- a/Components/9918/Implementation/YamahaCommands.hpp +++ b/Components/9918/Implementation/YamahaCommands.hpp @@ -252,10 +252,11 @@ template struct Rectangle: public Command { width_ = context.size.v[0]; if(!width_) { - // TODO: this should mean 'maximal' width. + // Width = 0 => maximal width for this mode. // (aside: it's still unclear to me whether commands are // automatically clipped to the display; I think so but // don't want to spend any time on it until I'm certain) +// width_ = mode_description.width; } }