Skip to content

Commit

Permalink
Merge pull request #19 from locusf/master
Browse files Browse the repository at this point in the history
[qt5.2] Removed a non-functional assignment
  • Loading branch information
locusf committed Dec 19, 2014
2 parents 6460b94 + 04eee69 commit 99ee093
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/meego/Dialog.qml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ Popup {
function __endTransformationToHidden() {
buttonRow.y = statesWrapper.__buttonSaver
titleBar.y = statesWrapper.__titleSaver
backgroundRect = 0.0;
root.opacity = 0.0;
// DialogStatus.Closed is set when Fader has finished its job
}
Expand Down

0 comments on commit 99ee093

Please sign in to comment.