mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 21:27:01 -04:00
Add Select All functionality, closes #19
This commit is contained in:
@@ -399,6 +399,16 @@ void CardsPanel::doPaste() {
|
||||
}
|
||||
}
|
||||
|
||||
// ----------------------------------------------------------------------------- : Text selection
|
||||
|
||||
bool CardsPanel::canSelectAll() const {
|
||||
CUT_COPY_PASTE(canSelectAll, return)
|
||||
}
|
||||
|
||||
void CardsPanel::doSelectAll() {
|
||||
CUT_COPY_PASTE(doSelectAll, return (void))
|
||||
}
|
||||
|
||||
// ----------------------------------------------------------------------------- : Searching
|
||||
|
||||
class CardsPanel::SearchFindInfo : public FindInfo {
|
||||
|
||||
Reference in New Issue
Block a user