Skip to content

Commit 10c9de3

Browse files
committed
started work
1 parent 012cd89 commit 10c9de3

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
@@ -87,7 +87,7 @@ private fun showDevelopPopup(panel: ComposePanel, base: Base, x: Int, y: Int) {
8787
}
8888

8989
popup.add(updatesItem)
90-
popup.show(panel, x, y)
90+
popup.show(panel, x, y) //this is ignoring the os differences
9191
}
9292

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

0 commit comments

Comments
 (0)