Ignore:
Timestamp:
01/07/14 10:59:52 (10 years ago)
Author:
jts21
Message:

Switch to using specialised objects for settings so they make more a bit more sense (now each setting is a single object instead of multiple, and setter functions and default values are less hackish)
Also added tooltips (help strings) to settings, will need to add a way of displaying these (maybe add the idea of a tooltip which is a text item which only appears when hovering over another item?)
Converted all settings over to new format, everything seems to be working fine

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/gui/FrameGraphics.java

    r616 r655  
    339339                // Nicer looking lines, but may be too jerky while
    340340                // rubber-banding on older machines
    341                 if (UserSettings.AntiAlias)
     341                if (UserSettings.AntiAlias.get())
    342342                        bg.setRenderingHint(RenderingHints.KEY_ANTIALIASING,
    343343                                        RenderingHints.VALUE_ANTIALIAS_ON);
Note: See TracChangeset for help on using the changeset viewer.