mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
Bugfix?: this seems to fix the "malloc refcount underflow" errors that seem to happen frequently when utilizing the QL panel from the source files outline view. Not entirely sure why though.
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
NSArray *currentFileBrowserSelectionPath;
|
||||
IBOutlet NSTableView* commitList;
|
||||
IBOutlet PBCollapsibleSplitView *historySplitView;
|
||||
QLPreviewPanel* previewPanel;
|
||||
__weak QLPreviewPanel* previewPanel;
|
||||
|
||||
IBOutlet PBGitGradientBarView *upperToolbarView;
|
||||
IBOutlet NSButton *mergeButton;
|
||||
|
||||
Reference in New Issue
Block a user