Re-Fixed STR 884. I did put the change into the FLUID file, but accidentally into the wrong line, where it got lost.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4552 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
dc6357bf1a
commit
e3ae773842
@ -362,6 +362,7 @@ int w, h;
|
|||||||
okButton->measure_label(w, h);
|
okButton->measure_label(w, h);
|
||||||
okButton->resize(cancelButton->x() - 50 - w, cancelButton->y(),
|
okButton->resize(cancelButton->x() - 50 - w, cancelButton->y(),
|
||||||
w + 40, 25);
|
w + 40, 25);
|
||||||
|
okButton->parent()->init_sizes();
|
||||||
}
|
}
|
||||||
|
|
||||||
const char * Fl_File_Chooser::ok_label() {
|
const char * Fl_File_Chooser::ok_label() {
|
||||||
|
@ -285,7 +285,8 @@ showChoiceCB();} {}
|
|||||||
int w, h;
|
int w, h;
|
||||||
okButton->measure_label(w, h);
|
okButton->measure_label(w, h);
|
||||||
okButton->resize(cancelButton->x() - 50 - w, cancelButton->y(),
|
okButton->resize(cancelButton->x() - 50 - w, cancelButton->y(),
|
||||||
w + 40, 25);} {}
|
w + 40, 25);
|
||||||
|
okButton->parent()->init_sizes();} {}
|
||||||
}
|
}
|
||||||
Function {ok_label()} {return_type {const char *}
|
Function {ok_label()} {return_type {const char *}
|
||||||
} {
|
} {
|
||||||
|
Loading…
Reference in New Issue
Block a user