Skip to content

Commit

Permalink
Fix: Panels sometimes hidden on startup (#1348)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanyen authored and rhaschke committed Feb 20, 2019
1 parent e5aff6a commit d133e6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rviz/panel_dock_widget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ namespace rviz
PanelDockWidget::PanelDockWidget( const QString& name )
: QDockWidget( name )
, collapsed_(false)
, forced_hidden_(false)
{
QWidget *title_bar = new QWidget(this);

Expand Down

0 comments on commit d133e6c

Please sign in to comment.