mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-18 06:30:14 +08:00
Fix CID 1386094 (Unread field)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
5fdaa479da
commit
0686cbed87
@ -29,7 +29,6 @@ import javax.swing.JCheckBoxMenuItem;
|
|||||||
* Constructs a new menulistitem which possesses a flag that can be toggled.
|
* Constructs a new menulistitem which possesses a flag that can be toggled.
|
||||||
*/
|
*/
|
||||||
class SVCheckboxMenuItem extends SVAbstractMenuItem {
|
class SVCheckboxMenuItem extends SVAbstractMenuItem {
|
||||||
public String value = null;
|
|
||||||
public boolean bvalue;
|
public boolean bvalue;
|
||||||
|
|
||||||
SVCheckboxMenuItem(int id, String name, boolean val) {
|
SVCheckboxMenuItem(int id, String name, boolean val) {
|
||||||
|
Loading…
Reference in New Issue
Block a user