Files
textmate/Frameworks/CommitWindow
Ronald Wampler 0c71b54a9e Don't set our document with a default constructed document_ptr
This was never necessary since our documentView will set this to
document_ptr() when it's released, though it was harmless. But now,
document_ptr is just a thin wrapper around OakDocument and the default
constructor does nothing. As a result we were basically setting the
text view OakDocument instance to nil.

After commit f9e02d9, when the commit window closes, this would
noticeably cause the text view to turn "white" when using a dark theme.
2016-09-09 05:32:19 +02:00
..