save code
This commit is contained in:
@@ -21,7 +21,7 @@ int main() {
|
||||
btn->labelsize(18);
|
||||
btn->callback(draw_callback);
|
||||
|
||||
result_box = new Fl_Box(50, 130, 300, 100, "请点击按钮抽卡~");
|
||||
result_box = new Fl_Box(50, 130, 300, 100, "");
|
||||
result_box->labelsize(20);
|
||||
|
||||
window->end();
|
||||
|
||||
Reference in New Issue
Block a user