~onli/simdock/master

« back to all changes in this revision

Viewing changes to src/myFrame.h

  • Committer: onli
  • Date: 2018-05-11 16:54:35 UTC
  • Revision ID: git-v1:de4a583c4d86a44270aa4a90567b797ab48b4178
Init anti-aliasing
By creating a graphicscontext out of the formerly used wxDC and from that graphicscontext a wxGCDC we get all the functions of the wxDC, but also the nicer image quality of the graphics context

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#include "settingsDialog.h"
22
22
#include "launcher_dialog.h"
23
23
#include "simSettings.h"
 
24
#include <wx/dcgraph.h>
24
25
 
25
26
 
26
27
/* Forward declaration */