Skip to content

Commit d2b40e7

Browse files
committed
Merge branch 'editorMenu' of github.com:smarasca5/processing4 into editorMenu
2 parents 0a1944a + 10c9de3 commit d2b40e7

3 files changed

Lines changed: 1 addition & 1 deletion

File tree

--force-with-leas

Whitespace-only changes.

--force-with-lease

Whitespace-only changes.

app/src/processing/app/ui/ComposeTopBar.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ private fun showDevelopPopup(panel: ComposePanel, base: Base, x: Int, y: Int) {
103103
}
104104

105105
popup.add(updatesItem)
106-
popup.show(panel, x, y)
106+
popup.show(panel, x, y) //this is ignoring the os differences
107107
}
108108

109109
fun mountTopBar(panel: ComposePanel, base: Base) {

0 commit comments

Comments
 (0)