Skip to content

Commit 939a2b8

Browse files
authored
imagemapster demo edits (#107)
1 parent a712989 commit 939a2b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/z2ui5_cl_demo_app_142.clas.abap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ CLASS Z2UI5_CL_DEMO_APP_142 IMPLEMENTATION.
4242
)->_z2ui5( )->timer( client->_event( `START` )
4343
)->_generic( ns = `html` name = `script` )->_cc_plain_xml( z2ui5_cl_cc_imagemapster=>get_js_local( )
4444
)->stringify( ) ).
45-
4645
ENDIF.
4746

4847
IF client->get( )-check_on_navigated = abap_true AND check_initialized = abap_false.
@@ -80,7 +79,8 @@ CLASS Z2UI5_CL_DEMO_APP_142 IMPLEMENTATION.
8079
ls_map_cfg-stroke = abap_true.
8180
ls_map_cfg-stroke_opacity = `0.6`.
8281
ls_map_cfg-stroke_width = `3`.
83-
ls_map_cfg-single_select = abap_true.
82+
ls_map_cfg-selected = '-'.
83+
ls_map_cfg-is_selectable = '-'.
8484
ENDMETHOD.
8585

8686

0 commit comments

Comments
 (0)