mirror of
https://github.com/fltk/fltk.git
synced 2026-06-07 09:13:58 +08:00
Updated 1.3 with changes from 1.1.9
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6099 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -315,8 +315,9 @@ show_callback(void)
|
||||
|
||||
fc->show();
|
||||
|
||||
while (fc->visible())
|
||||
while (fc->visible()) {
|
||||
Fl::wait();
|
||||
}
|
||||
|
||||
count = fc->count();
|
||||
if (count > 0)
|
||||
|
||||
Reference in New Issue
Block a user