-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Options/Layout/Equal split gets reverted #3718
Comments
|
I see that radios no longer explicitly send MSG_NOTIFY to the parent when they change. It happens "by chance": in #3721 I described how pressing a key indirectly, via MSG_CURSOR, causes the widget to re-focus... which in its turn sends MSG_NOTIFY.
|
|
(I haven't tested the patch thoroughly.) |
(I attached the patch just because "a patch is worth a thousand words". I'd have preferred for the MSG_NOTIFY[MSG_FOCUS] to go away.) |
Replying to mooffie:
I answered in #3716 comment 3.
I can't say. It was left as is in the new mouse API [51d0783]. |
|
|
mc --version
If I mark Equal split to [x] it is not making any equal split in this version, it cannot be reset back to equal. |
Of course it doesn't, the bug is fixed in master and the fix will be released with 4.8.19. |
Important
This issue was migrated from Trac:
egmont
(@egmontkob)Open Options -> Layout, toggle Equal split.
Press Up or Shift+Tab to move the focus up to the Vertical/Horizontal radiobuttons. Equal split gets reverted to its previous value.
Or: Press the Down arrow or Tab about 10 times until the focus cycles through and enters Vertical/Horizontal radiobuttons. Again: Equal split gets reverted.
(Pressing e.g. Down and then Up properly causes the new value to stick.)
I couldn't find any other field in Options that behaves this way.
Note
Original attachments:
mooffie
(@mooffie) onNov 6, 2016 at 3:09 UTC
The text was updated successfully, but these errors were encountered: