CSS updates for selection in table and context menu.

This commit is contained in:
Dmitry Isaenko 2019-03-15 05:34:50 +03:00
parent c5f62ed84a
commit f5c37c3771
3 changed files with 18 additions and 11 deletions

View file

@ -5,7 +5,6 @@ import javafx.beans.property.SimpleBooleanProperty;
import javafx.beans.value.ChangeListener;
import javafx.beans.value.ObservableValue;
import javafx.collections.FXCollections;
import javafx.collections.ListChangeListener;
import javafx.collections.ObservableList;
import javafx.event.ActionEvent;
import javafx.event.EventHandler;
@ -233,4 +232,4 @@ public class NSTableViewController implements Initializable {
table.refresh();
}
}
}