Skip to content

Update unit of measure display in settings dialog#1755

Closed
henkdegroot wants to merge 1 commit intojamulussoftware:masterfrom
henkdegroot:unitofmeasure-update
Closed

Update unit of measure display in settings dialog#1755
henkdegroot wants to merge 1 commit intojamulussoftware:masterfrom
henkdegroot:unitofmeasure-update

Conversation

@henkdegroot
Copy link
Copy Markdown
Contributor

Unit of measure in settings dialog now displayed always (regardless the client is connected or not) to remove update to "fixed" text.
Unit of measure removed from error text when exceeding 500ms.

Fixes #1753

Comment thread src/clientsettingsdlg.cpp
if ( iPingTime > 500 )
{
const QString sErrorText = "<font color=\"red\"><b>&#62;500 ms</b></font>";
const QString sErrorText = "<font color=\"red\"><b>&#62;500</b></font>";
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops! :) I missed that...

@hoffie hoffie added this to the Release 3.8.0 milestone May 25, 2021
Copy link
Copy Markdown
Member

@hoffie hoffie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Given that this PR avoids introducing a new bug compared to 3.7.0, I'd be inclined to merge for 3.8.0 and I'm tagging it as such.

Opinions?

@henkdegroot
Copy link
Copy Markdown
Contributor Author

@ann0see do we still need this PR? As the "ms" has been removed already as part of #1762 (at least as far as I can tell).

@ann0see
Copy link
Copy Markdown
Member

ann0see commented May 26, 2021

No. I don’t think so

@ann0see ann0see closed this May 26, 2021
@henkdegroot henkdegroot deleted the unitofmeasure-update branch May 26, 2021 19:10
@pljones
Copy link
Copy Markdown
Collaborator

pljones commented May 26, 2021

We can re-open if #1762 doesn't go ahead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unit of measure displayed twice when ping exceeds 500ms

5 participants