TraceChat.h 285 B

12345678910111213141516
  1. #if DEBUG
  2. #include "Trace.h"
  3. // fonts
  4. #define DEBUG_TRACE_SET_FONTSIZE Trace::TraceGui("chat font size changed " + \
  5. String(this->chatText->getFont().getHeight()) + " => " + String(getFontSize())) ;
  6. #else // DEBUG
  7. #define DEBUG_TRACE_SET_FONTSIZE ;
  8. #endif // DEBUG