Qt/WatchWidget: Don't update if not paused.

This commit is contained in:
Admiral H. Curtiss
2023-03-04 23:05:59 +01:00
parent 0461fae99e
commit 6d38dd9821
2 changed files with 31 additions and 16 deletions

View File

@ -48,6 +48,7 @@ private:
void UpdateButtonsEnabled();
void Update();
void SetEmptyRow(int row);
void ShowContextMenu();
void OnItemChanged(QTableWidgetItem* item);