Revision: 77181
          http://sourceforge.net/p/brlcad/code/77181
Author:   starseeker
Date:     2020-09-19 02:17:44 +0000 (Sat, 19 Sep 2020)
Log Message:
-----------
Don't call show() here - this is what's causing the "Negative sizes (-1,-1) are 
not possible" messages.

Modified Paths:
--------------
    brlcad/trunk/src/qged/QToolPalette.cpp

Modified: brlcad/trunk/src/qged/QToolPalette.cpp
===================================================================
--- brlcad/trunk/src/qged/QToolPalette.cpp      2020-09-19 02:02:30 UTC (rev 
77180)
+++ brlcad/trunk/src/qged/QToolPalette.cpp      2020-09-19 02:17:44 UTC (rev 
77181)
@@ -95,7 +95,6 @@
     button_layout->setContentsMargins(0,0,0,0);
     button_container->setSizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed);
     button_container->setLayout(button_layout);
-    button_container->show();
     control_container = new QWidget();
     control_layout = new QVBoxLayout();
     control_layout->setSpacing(0);
@@ -104,7 +103,6 @@
     control_container->setMinimumHeight(icon_height);
     control_container->setMinimumWidth(icon_width);
     control_container->setSizePolicy(QSizePolicy::Expanding, 
QSizePolicy::Expanding);
-    control_container->show();
 
     splitter->addWidget(button_container);
     splitter->setStretchFactor(0, 1);

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to