mirror of
https://github.com/fltk/fltk.git
synced 2026-05-29 20:45:33 +08:00
Fixed error with \ key under Mac OS
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9269 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -286,7 +286,6 @@ Function {make_window()} {open
|
|||||||
}
|
}
|
||||||
Fl_Button {} {
|
Fl_Button {} {
|
||||||
label {\\}
|
label {\\}
|
||||||
user_data {'|'}
|
|
||||||
callback key_cb
|
callback key_cb
|
||||||
xywh {282 120 28 20} labelsize 10 align 20
|
xywh {282 120 28 20} labelsize 10 align 20
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user