Hi,

  This is not necessary. That code is inside Scintilla code not IUP code,
and it was corrected in a newer Scintilla version. To use the newer version
define SCINTILLA_NEW when compiling the iup_scintilla library.

Best,
Scuri


Em qui, 12 de jul de 2018 às 12:45, 許永寬 <nagahiro....@gmail.com> escreveu:

> Dear Scuri:
> Recently I install Linux Mint 19 Cinnamon then run my IDE program using
> IUP3.25, the autocomplete list font is smaller than scintilla default font,
> I know the issue is about GTK version( Linux Mint 19 is GTK 3.22.30 ) and
> if I modified Line 1497 in PlatGTK.cxx:
> ssFontSetting << "px; ";
> to
> ssFontSetting << "pt; ";
>
> The list font size become OK, please fix it, TKS~
>
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> Iup-users mailing list
> Iup-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/iup-users
>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users

Reply via email to