Skip to content
Snippets Groups Projects
Commit eb25a003 authored by jsiegle's avatar jsiegle
Browse files

Merge branch 'juce2' of https://github.com/open-ephys/GUI into juce2

parents c3192ee4 51eae5db
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
...@@ -334,7 +334,7 @@ void LfpDisplayCanvas::refresh() ...@@ -334,7 +334,7 @@ void LfpDisplayCanvas::refresh()
lfpDisplay->refresh(); lfpDisplay->refresh();
getPeer()->performAnyPendingRepaintsNow(); //getPeer()->performAnyPendingRepaintsNow();
} }
......
...@@ -13,8 +13,6 @@ ...@@ -13,8 +13,6 @@
# astyle --options="../astyle.options" "./*" # astyle --options="../astyle.options" "./*"
# #
# Special note to Josh: move Docs out of Source, or add --exclude="Docs"?
# The above commands will format the entire source tree using a style which # The above commands will format the entire source tree using a style which
# mostly conforms to that of the Juce library # mostly conforms to that of the Juce library
# (www.juce.com/wiki/index.php/Coding_Standards). # (www.juce.com/wiki/index.php/Coding_Standards).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment