mirror of
https://github.com/edisionnano/QDiskInfo.git
synced 2026-03-11 15:20:52 +03:00
Some controllers are stupid, show dashes instead of 0 GB
This commit is contained in:
@@ -58,7 +58,7 @@ void CustomButton::setText2(const QString &newText2) {
|
||||
if (text2 != newText2) {
|
||||
text2 = newText2;
|
||||
adjustWidthToFitText();
|
||||
update(); // Repaint the button
|
||||
update();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user