gaged / moccagui

Automatically exported from code.google.com/p/moccagui
0 stars 1 forks source link

ini parameter FONT_BOLD wird nicht ausgewertet #14

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Was muss man tun um das problem zu reproduzieren?
1. FONT_BOLD = 1/0
2. EMC2 mit mocca starten

Was sollte passieren? 
Schrift fett bei FONT_BOLD = 1, normal bei FONT_BOLD = 0

Was passiert stattdessen?
Schrift ist immer normal

mocca version: binary 8. Feb
emc2 vesion: 2.3.4
widget kit: gtk2
Xubuntu 8.04, themes Industrial, ThinIce

Original issue reported on code.google.com by gerd.gle...@gmail.com on 17 Feb 2010 at 6:36

GoogleCodeExporter commented 8 years ago
in function IniRead(FileName: string): Boolean, Zeile 440

  GetIniInt('DISPLAY','FONT_BOLD',i,0);
  MainFontBold:= (i = 1);

Original comment by gerd.gle...@gmail.com on 18 Feb 2010 at 6:25

GoogleCodeExporter commented 8 years ago
hab jetzt mal die r71 kompiliert, damit gehts
ist also wahrscheinlich erledigt

Original comment by gerd.gle...@gmail.com on 18 Feb 2010 at 4:07

GoogleCodeExporter commented 8 years ago
doch nicht erledigt. Ist ja auch klar, die r71 ist älter als die binary, da 
hats also
noch funktioniert. Irgendwann nach der r71 ist das problem reingerutscht.
-Gerd

Original comment by gerd.gle...@gmail.com on 19 Feb 2010 at 4:31

GoogleCodeExporter commented 8 years ago
nicht mehr relevant

Original comment by gerd.gle...@gmail.com on 10 Aug 2010 at 9:32