Home
last modified time | relevance | path

Searched refs:custom_hex_format (Results 1 – 1 of 1) sorted by relevance

/dports/editors/wxhexeditor/wxHexEditor/src/HexEditorCtrl/
H A DHexEditorCtrl.cpp543 bool custom_hex_format; in OnResize() local
544 wxConfig::Get()->Read( wxT("UseCustomHexFormat"), &custom_hex_format, false ); in OnResize()
546 if( custom_hex_format ) in OnResize()