gaged / moccagui

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

ini parameter FONT_SIZE wird nicht ausgewertet #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Was muss man tun um das problem zu reproduzieren?
1. FONT_BOLD = 8,10,12,14,16
2. EMC2 mit mocca starten

Was sollte passieren? 
Schriftgröße entsprechend ini file

Was passiert stattdessen?
Schrift ist immer gleich

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:37

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Es muss natürlich heissen
1. FONT_SIZE = 8,10,12,14,16

Original comment by gerd.gle...@gmail.com on 17 Feb 2010 at 6:44

GoogleCodeExporter commented 9 years ago
in function IniRead(FileName: string): Boolean, Zeile 436

  GetIniInt('DISPLAY','FONT_SIZE',i,0);
  if (i <> MainFontSize) and (i > 7) and (i < 16) then
    MainFontSize:= i;

warum default 0 ?
Grenzen 8 - 15 -> wiki ?

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

GoogleCodeExporter commented 9 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:08

GoogleCodeExporter commented 9 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:30

GoogleCodeExporter commented 9 years ago
nicht mehr relevant

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