mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Fix SEGV on GcBubble
This commit is contained in:
@@ -32,7 +32,7 @@ static const int spikeMargin = 40;
|
||||
#include "Settings.h"
|
||||
#include "Units.h"
|
||||
|
||||
GcBubble::GcBubble(MainWindow *parent) : QWidget(parent, Qt::FramelessWindowHint), borderWidth(3), mainWindow(mainWindow), parent(parent), orientation(Qt::Horizontal)
|
||||
GcBubble::GcBubble(MainWindow *parent) : QWidget(parent, Qt::FramelessWindowHint), borderWidth(3), mainWindow(parent), parent(parent), orientation(Qt::Horizontal)
|
||||
{
|
||||
setAttribute(Qt::WA_DeleteOnClose);
|
||||
setAttribute(Qt::WA_TranslucentBackground);
|
||||
|
||||
Reference in New Issue
Block a user