diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2020-10-28 17:29:21 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2020-10-28 17:34:05 +0100 |
| commit | bfb64aa01eb4ab90ab984a5b34994d9aca6081e9 (patch) | |
| tree | ce05f220edf98770bc01f88542263b430f60d40f | |
| parent | 8accc6e8409819316fa296642c1d23e5638fcb2d (diff) | |
Remove the "Print" window meant for debugging.
| -rw-r--r-- | src/Fl_x.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_x.cxx b/src/Fl_x.cxx index 31a76f4e9..51236fb6a 100644 --- a/src/Fl_x.cxx +++ b/src/Fl_x.cxx @@ -3087,7 +3087,7 @@ void Fl_X11_Window_Driver::show() { } -#define USE_PRINT_BUTTON 1 +//#define USE_PRINT_BUTTON 1 #ifdef USE_PRINT_BUTTON // to test the Fl_Printer class creating a "Print front window" button in a separate window |
