Browse Source

Embarcadero QC is down

Source commit: c1d5b5d7fd8cd1cc15be8c31457222a92032a5fc
Martin Prikryl 8 years ago
parent
commit
5ef76d41db
1 changed files with 1 additions and 1 deletions
  1. 1 1
      source/windows/VCLCommon.cpp

+ 1 - 1
source/windows/VCLCommon.cpp

@@ -864,7 +864,7 @@ void __fastcall ApplySystemSettingsOnControl(TControl * Control)
   // Neither they scale the status bar size if UseSystemFont is true.
   // Neither they scale the status bar size if UseSystemFont is true.
   // they claim it should scale with font size, but it does not,
   // they claim it should scale with font size, but it does not,
   // probably because they eat WM_SIZE in TCustomStatusBar.WMSize.
   // probably because they eat WM_SIZE in TCustomStatusBar.WMSize.
-  // See http://qc.embarcadero.com/wc/qcmain.aspx?d=83599
+  // (used to be issue 83599 on Embarcadero QC, when it was still online)
   // Check TCustomStatusBar.ChangeScale() for changes.
   // Check TCustomStatusBar.ChangeScale() for changes.
   // For TBX status bars, this is implemented in TTBXCustomStatusBar.ChangeScale
   // For TBX status bars, this is implemented in TTBXCustomStatusBar.ChangeScale
   TStatusBar * StatusBar = dynamic_cast<TStatusBar *>(Control);
   TStatusBar * StatusBar = dynamic_cast<TStatusBar *>(Control);