diff options
| author | jacob1 <jfu614@gmail.com> | 2013-05-11 15:03:40 (GMT) |
|---|---|---|
| committer | jacob1 <jfu614@gmail.com> | 2013-05-11 15:03:40 (GMT) |
| commit | a0a0e305a92b41923f7634fca1d30b0e71ee12e0 (patch) | |
| tree | bc3153d6a2f4d5cdb1e91cc51e2e88dcefb538c0 /src/gui/interface/ContextMenu.cpp | |
| parent | c2cdec9e621a2af25a256a484fdf68adc46ea96f (diff) | |
| parent | 4d9b9b17d7593333e271de07b68fbef64b310cfa (diff) | |
| download | powder-a0a0e305a92b41923f7634fca1d30b0e71ee12e0.zip powder-a0a0e305a92b41923f7634fca1d30b0e71ee12e0.tar.gz | |
Merge pull request #135 from mniip/newlines
Add newlines at the end of all files
Diffstat (limited to 'src/gui/interface/ContextMenu.cpp')
| -rw-r--r-- | src/gui/interface/ContextMenu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/interface/ContextMenu.cpp b/src/gui/interface/ContextMenu.cpp index 0d34e19..aa9eeb5 100644 --- a/src/gui/interface/ContextMenu.cpp +++ b/src/gui/interface/ContextMenu.cpp @@ -96,4 +96,4 @@ void ContextMenu::OnDraw() Graphics * g = ui::Engine::Ref().g; g->fillrect(Position.X, Position.Y, Size.X, Size.Y, 100, 100, 100, 255); g->drawrect(Position.X, Position.Y, Size.X, Size.Y, Appearance.BackgroundInactive.Red, Appearance.BackgroundInactive.Green, Appearance.BackgroundInactive.Blue, Appearance.BackgroundInactive.Alpha); -}
\ No newline at end of file +} |
