fix #136, clean autoHidden

v0.6
audoban 8 years ago
parent f9fe1206a5
commit 425f16e97f

@ -62,7 +62,7 @@ public:
QTimer timerHide; QTimer timerHide;
QTimer timerCheckWindows; QTimer timerCheckWindows;
QRect dockRect; QRect dockRect;
bool isHidden{false}; bool isHidden{true};
bool dragEnter{false}; bool dragEnter{false};
bool blockHiding{false}; bool blockHiding{false};
bool containsMouse{false}; bool containsMouse{false};

@ -120,7 +120,7 @@ DragDrop.DropArea {
///BEGIN properties provided to Latte Plasmoid ///BEGIN properties provided to Latte Plasmoid
property bool enableShadows: plasmoid.configuration.shadows property bool enableShadows: plasmoid.configuration.shadows
property bool dockIsHidden: dock ? dock.visibility.isHidden : false property bool dockIsHidden: dock ? dock.visibility.isHidden : true
property bool dotsOnActive: plasmoid.configuration.dotsOnActive property bool dotsOnActive: plasmoid.configuration.dotsOnActive
property bool highlightWindows: plasmoid.configuration.highlightWindows property bool highlightWindows: plasmoid.configuration.highlightWindows
property bool reverseLinesPosition: plasmoid.configuration.reverseLinesPosition// latteApplet ? latteApplet.reverseLinesPosition : false property bool reverseLinesPosition: plasmoid.configuration.reverseLinesPosition// latteApplet ? latteApplet.reverseLinesPosition : false

Loading…
Cancel
Save