mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-01 19:35:36 -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_resizing( false )
|
||||||
, m_itemToResize( nullptr )
|
, m_itemToResize( nullptr )
|
||||||
, m_itemToResizeNext( nullptr )
|
, m_itemToResizeNext( nullptr )
|
||||||
|
, m_itemMinSize( 0 )
|
||||||
|
, m_itemMaxSize( 0 )
|
||||||
|
, m_itemPrefSize( 0 )
|
||||||
|
, m_resizeHandleX( 0 )
|
||||||
, HANDLE_SNAP( QApplication::startDragDistance() )
|
, HANDLE_SNAP( QApplication::startDragDistance() )
|
||||||
{
|
{
|
||||||
setMouseTracking( true );
|
setMouseTracking( true );
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue