Rev 2302 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2302 | Rev 2310 | ||
---|---|---|---|
Line 1123... | Line 1123... | ||
1123 | #endif
|
1123 | #endif
|
1124 | 1124 | ||
1125 | // handle widgets
|
1125 | // handle widgets
|
1126 | //
|
1126 | //
|
1127 | 1127 | ||
1128 | // basic_editor::hide_cursor = mouse_slider0.active;
|
1128 | basic_editor::hide_cursor = mouse_slider0.active; |
1129 | basic_editor::hide_cursor = 0; |
1129 | //basic_editor::hide_cursor = 0;
|
1130 | 1130 | ||
1131 | if (widget::focus) { // handle input of widget with focus |
1131 | if (widget::focus) { // handle input of widget with focus |
1132 | widget::focus->handle_input (); |
1132 | widget::focus->handle_input (); |
1133 | return 1; |
1133 | return 1; |
1134 | } else { |
1134 | } else { |