mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-30 10:55:37 -04:00
Initialize all the things in PartitionSplitterWidget.
This commit is contained in:
parent
8633999997
commit
23c21074af
1 changed files with 4 additions and 0 deletions
|
@ -36,6 +36,10 @@ PartitionSplitterWidget::PartitionSplitterWidget( QWidget* parent )
|
|||
, m_resizing( false )
|
||||
, m_itemToResize( nullptr )
|
||||
, m_itemToResizeNext( nullptr )
|
||||
, m_itemMinSize( 0 )
|
||||
, m_itemMaxSize( 0 )
|
||||
, m_itemPrefSize( 0 )
|
||||
, m_resizeHandleX( 0 )
|
||||
, HANDLE_SNAP( QApplication::startDragDistance() )
|
||||
{
|
||||
setMouseTracking( true );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue