Browse Source

Fixed a comment

tags/2021-05-28
jules 11 years ago
parent
commit
455290ad91
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_gui_basics/buttons/juce_TextButton.h

+ 1
- 1
modules/juce_gui_basics/buttons/juce_TextButton.h View File

@@ -102,7 +102,7 @@ public:
private:
#if JUCE_CATCH_DEPRECATED_CODE_MISUSE
// Note that this method has been removed - instead, see LookAndFeel::getTextButtonWidthToFitText()
// Note that this method has been removed - instead, see LookAndFeel::getTextButtonFont()
virtual int getFont() { return 0; }
#endif


Loading…
Cancel
Save