Skip to content

Commit ba2c4d8

Browse files
committed
update notes
1 parent 5809520 commit ba2c4d8

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

TODO

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
- could right-click on a region label pop up the rowview menu?
2+
3+
- drag on HGuide / VGuide? I think nip2 had this
4+
5+
and don't show crosses on ends
6+
7+
- maxpos, then create mark from coordinate should be two clicks
8+
9+
- try:
10+
11+
minpair image constant
12+
13+
fails with
14+
15+
error in binary if_then_else
16+
left = <256x256 uchar, 1 band, b-w 0x55a4921d3ed0>
17+
right = [<256x256 float, 1 band, b-w 0x55a4918a6d60>, 12]
18+
called from "minpair"
19+
20+
try:
21+
22+
if_then_else (A11 < 12).value [A11.value, 12]
23+
24+
also fails (works for Image though)
25+
26+
because constant expansion is done by the Image class
27+
28+
we'll need to do constant expansion in minpair
29+
130
- the "new tab" icon is still broken in the windows build
231

332
- "reset" in display bar resets the position of scale/offset widgets, but does

src/gtk/workspacegroupview.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585

8686
<section>
8787
<item>
88-
<attribute name='label' translatable='yes'>Delete ...</attribute>
88+
<attribute name='label' translatable='yes'>Delete</attribute>
8989
<attribute name='action'>win.row-delete</attribute>
9090
</item>
9191
</section>

0 commit comments

Comments
 (0)