Skip to content

Conversation

@kartben
Copy link
Contributor

@kartben kartben commented Oct 23, 2025

  • menuconfig: _menu_scroll is declared as global but never used in _jump_to.
    Removing the unnecessary declaration.

  • guiconfig: Changed orient=VERTICAL to orient="vertical" in ttk.Panedwindow constructor

@kartben kartben changed the title scripts: kconfig: menuconfig: remove unused global variable menuconfig: guiconfig: two minor fixes Oct 23, 2025
_menu_scroll is declared as global but never used in _jump_to.
Removing the unnecessary declaration.

Signed-off-by: Benjamin Cabé <[email protected]>
Changed orient=VERTICAL to orient="vertical".
VERTICAL wasn't imported; ttk.Panedwindow expects a string.

Signed-off-by: Benjamin Cabé <[email protected]>
@kartben kartben force-pushed the gui_menuconfig_minor_fixes branch from d633222 to 83a4bf5 Compare October 23, 2025 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant