DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New]
The editor.cxx demo works incorrectly on international keyboards.
On intl. keyboards, some often used characters are created with Alt Gr+Key
(for example, to get '[' ).
The TextEditor pushes the ALT key as a
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New]
I tried to fix this the way it's done in 1.1 but it turned out just
changing size_range_ doesn't work. As I have no knowledge of the inner
workings of FLTK (I'm using it since today) I could only come up with
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New]
Link: http://www.fltk.org/str.php?L1433
Version: 2.0-currentIndex: src/osx/run.cxx
===
--- src/osx/run.cxx (revision 5755)
+++ src/osx/run.
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New]
We wanted the underlying architecture to be Opaque.
(ie.: the vector underlying impl. could be changed into a list or other
adt), so direct access to the images pair is not intended here.
But it's true we co