Browse Source

Fl_Theme_Chooer: Don't uselessly spin while theme window is open.

tags/v1.3.1000
Jonathan Moore Liles 13 years ago
parent
commit
eb47affe1f
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      src/Fl_Theme_Chooser.cxx
  2. +1
    -1
      src/Fl_Theme_Chooser.fl

+ 1
- 1
src/Fl_Theme_Chooser.cxx View File

@@ -236,5 +236,5 @@ void fl_theme_chooser() {
w->show();
while( w->shown() )
Fl::check();
Fl::wait();
}

+ 1
- 1
src/Fl_Theme_Chooser.fl View File

@@ -176,5 +176,5 @@ w->end();
w->show();

while( w->shown() )
Fl::check();} {}
Fl::wait();} {}
}

Loading…
Cancel
Save