()
| 83 | } |
| 84 | |
| 85 | public void cmdOk() { |
| 86 | FontCache.roster=cf.rosterFont=font1.getValue()*8; //roster |
| 87 | FontCache.msg=cf.msgFont=font2.getValue()*8; //msg |
| 88 | FontCache.bar=cf.barFont=font3.getValue()*8; //bar |
| 89 | FontCache.baloon=cf.baloonFont=font4.getValue()*8; //balloon |
| 90 | cf.shadowed = shadowbox.getValue(); |
| 91 | cf.forceBoldFont = boldbox.getValue(); |
| 92 | cf.saveToStorage(); |
| 93 | |
| 94 | infobar.setFont(FontCache.getFont(true, cf.barFont)); |
| 95 | infobar.clearWHCache(); |
| 96 | sd.roster.reEnumRoster(); |
| 97 | destroyView(); |
| 98 | } |
| 99 | } |
nothing calls this directly
no test coverage detected