Remove empty lines around braces with the formatting script
This commit is contained in:
@@ -1813,7 +1813,6 @@ int Tree::propagate_mouse_event(const Point2i &p_pos, int x_ofs, int y_ofs, bool
|
||||
case TreeItem::CELL_MODE_RANGE: {
|
||||
if (c.text != "") {
|
||||
//if (x >= (get_column_width(col)-item_h/2)) {
|
||||
|
||||
popup_menu->clear();
|
||||
for (int i = 0; i < c.text.get_slice_count(","); i++) {
|
||||
String s = c.text.get_slicec(',', i);
|
||||
|
||||
Reference in New Issue
Block a user