Actions
Bug #5760
closed$dialog().state returns incorrect values
Start date:
07/14/2023
Due date:
% Done:
0%
Estimated time:
Operative System:
All
Regression:
No
Description
Hello,
When minimizing a dialog window and using $dialog(name).state
is keeps saying maximized
Code :
//dialog -md state_test state_test | dialog -i state_test | echo -a IS: $dialog(state_test).state
dialog state_test { title "test" size -1 -1 800 600 option pixels button "&OK", 1, 695 565 75 25, ok }
- Thanks!
Updated by Per Amundsen over 1 year ago
- Subject changed from $dialog().state returns incorrectly values to $dialog().state returns incorrect values
- Status changed from New to Resolved
Actions