remove TODO

This commit is contained in:
minacode 2024-07-16 15:40:08 +02:00
parent d2c178eddf
commit accd666517

View file

@ -314,7 +314,6 @@ void Calculator::UpdateValueLabel() {
uint8_t min_width = 0;
int64_t tmp_offset = offset;
// TODO there has to be a simpler way to do this
if (tmp_offset == 0) {
tmp_offset = 1;
min_width = 1;