Skip to content

Commit

Permalink
Update after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
trin94 committed Nov 30, 2024
1 parent feb4d5c commit 39c1c8a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
Empty file removed qml/MainWindows.qml
Empty file.
12 changes: 5 additions & 7 deletions qml/player/MpvqcPlayerWindows.qml
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,21 @@ import shared
WindowContainer {
id: root

required property var mpvqcApplication

readonly property var mpvqcNewCommentMenu: mpvqcApplication.mpvqcNewCommentMenu

window: MpvWindowPyObject {
flags: Qt.FramelessWindowHint | Qt.WindowDoesNotAcceptFocus | Qt.WindowTransparentForInput
color: "black"
}

required property var mpvqcApplication

property var menu: MpvqcNewCommentMenu {
mpvqcApplication: root.mpvqcApplication
}

MpvqcPlayerMouseArea {
mpvqcApplication: root.mpvqcApplication
anchors.fill: root

onRightMouseButtonPressed: {
root.menu.popupMenu()
root.mpvqcNewCommentMenu.popupMenu()
}

onPressed: {
Expand Down
1 change: 0 additions & 1 deletion qml/table/MpvqcEditCommentTypeMenu.qml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ MpvqcMenu {
x: root.mirrored ? openedAt.x - width : openedAt.x
y: openedAt.y

dim: false
modal: true

function _handleTriggered(potentialNewCommentType: string): void {
Expand Down

0 comments on commit 39c1c8a

Please sign in to comment.