mirror of
https://github.com/leozide/leocad.git
synced 2026-07-28 04:07:11 +00:00
Widget cleanup.
This commit is contained in:
@@ -536,7 +536,7 @@ void lcTimelineWidget::PreviewSelection(QTreeWidgetItem* Current)
|
||||
|
||||
lcPreviewWidget *Preview = new lcPreviewWidget();
|
||||
|
||||
lcQGLWidget *ViewWidget = new lcQGLWidget(nullptr, Preview, true/*isView*/, true/*isPreview*/);
|
||||
lcQGLWidget *ViewWidget = new lcQGLWidget(nullptr, Preview);
|
||||
|
||||
if (Preview && ViewWidget)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user