This website works better with JavaScript.
Home
Help
Sign In
non
/
ntk
mirror of
https://github.com/original-male/ntk
Watch
1
Star
0
Fork
0
Code
Releases
2
Activity
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
7cdddf1bd0
commit
eb47affe1f
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/Fl_Theme_Chooser.cxx
+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
();} {}
}
Write
Preview
Loading…
Cancel
Save