Browse Source

Never call obsolete Fl::scheme().

tags/v1.3.1000
Jonathan Moore Liles 13 years ago
parent
commit
16c873a2cd
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      src/Fl_arg.cxx

+ 0
- 5
src/Fl_arg.cxx View File

@@ -362,11 +362,6 @@ void Fl_Window::show(int argc, char **argv) {
if (title) {label(title); title = 0;}
else if (!label()) label(xclass());

if (!beenhere) {
beenhere = 1;
Fl::scheme(Fl::scheme()); // opens display! May call Fl::fatal()
}

// Show the window AFTER we have set the colors and scheme.
show();



Loading…
Cancel
Save