view .editorconfig @ 28247:20794455ea11

Implement "gray" when uicontrol popupmenus are disabled (bug #57128). * BaseControl.cc (updatePalette): For popupmenu type, add ":enabled" to beginning of StyleSheet specification so that custom colors are only applied when widget is active.
author Rik <rik@octave.org>
date Sun, 26 Apr 2020 15:11:51 -0700
parents 640ee0d531d0
children
line wrap: on
line source

root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true

[*.{am,mk}]
indent_size = tab
indent_style = tab