Resize cursors do not change after resizing

Moderator: Forum moderators

Post Reply
User avatar
MochiMoppel
Posts: 1294
Joined: Mon Jun 15, 2020 6:25 am
Location: Japan
Has thanked: 22 times
Been thanked: 480 times

Resize cursors do not change after resizing

Post by MochiMoppel »

Don't know if this has been reported before, but it's something I observed in all recent BW64 versions.
Something is wrong with the resize cursors. It affects all applications built with gtkdialog or gtk2dialog.

How to reproduce:
1) Open any resizable gtkdialog application, e.g. UExtract
2) Grab border with mouse and resize window
3) Repeat 2), but this time resize window back to its minimum size.
After finishing the resize icon does not disappear as it should. Not a big deal, but it's irritating.

BW64_wrong_cursor.png
BW64_wrong_cursor.png (69.08 KiB) Viewed 514 times
HerrBert
Posts: 364
Joined: Mon Jul 13, 2020 6:14 pm
Location: Germany, NRW
Has thanked: 19 times
Been thanked: 135 times

Re: Resize cursors do not change after resizing

Post by HerrBert »

Reproducible on s15pup64 with XArchive and some homemade gtkdialog apps...

quickshot-230922-142851.jpg
quickshot-230922-142851.jpg (18.26 KiB) Viewed 487 times
User avatar
bigpup
Moderator
Posts: 7298
Joined: Tue Jul 14, 2020 11:19 pm
Location: Earth, South Eastern U.S.
Has thanked: 951 times
Been thanked: 1615 times

Re: Resize cursors do not change after resizing

Post by bigpup »

Only happens if you resize window back to its minimum size.

Any other size change it goes away.

If you move the cursor off the window and back on it is gone.

The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected :o

User avatar
MochiMoppel
Posts: 1294
Joined: Mon Jun 15, 2020 6:25 am
Location: Japan
Has thanked: 22 times
Been thanked: 480 times

Re: Resize cursors do not change after resizing

Post by MochiMoppel »

Yad is also affected.
And a new bug in GTK3 built gtkdialog? Never a dull moment with GTK3 :lol:

Following code will create 3 windows. All are affected by the cursor bug.
The GTK3 gtkdialog comes with a very weird black 100px margin. GTK2 gtk2dialog looks as expected.

Code: Select all

#!/bin/bash
export MAIN_DIALOG='<window margin="50"><edit></edit></window>'
yad &
gtkdialog &
gtk2dialog
yad_gtkdialog_gtk2dialog.png
yad_gtkdialog_gtk2dialog.png (17.85 KiB) Viewed 469 times
Post Reply

Return to “BookwormPup”