UI: On markers alternate between filled/outline camera icon on selection.

Instead of between the Camera and Camera Data as they are completely different shapes that don't indicate selection.
This commit is contained in:
Pablo Vazquez 2018-11-03 04:39:40 +01:00
parent 3bfd2cdad6
commit 9b2fff4ff8
1 changed files with 1 additions and 1 deletions

View File

@ -437,7 +437,7 @@ static void draw_marker(
#ifdef DURIAN_CAMERA_SWITCH
else if (marker->camera) {
icon_id = (marker->flag & SELECT) ? ICON_OUTLINER_OB_CAMERA :
ICON_OUTLINER_DATA_CAMERA;
ICON_CAMERA_DATA;
}
#endif
else {