added basic channel and fixed moving splits
This commit is contained in:
@@ -5,12 +5,12 @@
|
||||
NotebookPageDropPreview::NotebookPageDropPreview(QWidget *parent = 0)
|
||||
: QWidget(parent)
|
||||
{
|
||||
|
||||
setHidden(true);
|
||||
}
|
||||
|
||||
void NotebookPageDropPreview::paintEvent(QPaintEvent *)
|
||||
{
|
||||
QPainter painter(this);
|
||||
|
||||
painter.fillRect(rect(), ColorScheme::getInstance().DropPreviewBackground);
|
||||
painter.fillRect(8, 8, width()-17, height()-17, ColorScheme::getInstance().DropPreviewBackground);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user