mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-05 10:49:24 +02:00
ColorProfile moved into ViewOptions
This commit is contained in:
parent
4659a33f0e
commit
19206273d6
7 changed files with 23 additions and 32 deletions
|
@ -63,7 +63,7 @@ public class PreferenceActivity extends ZLPreferenceActivity {
|
|||
final FooterOptions footerOptions = fbReader.FooterOptions;
|
||||
final PageTurningOptions pageTurningOptions = new PageTurningOptions();
|
||||
final ImageOptions imageOptions = new ImageOptions();
|
||||
final ColorProfile profile = fbReader.getColorProfile();
|
||||
final ColorProfile profile = viewOptions.getColorProfile();
|
||||
final ZLTextStyleCollection collection = fbReader.TextStyleCollection;
|
||||
final ZLKeyBindings keyBindings = new ZLKeyBindings();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue